a(n) is the smallest error in trying to solve n^5 = x^5 + y^5: for each n from 2 on, find positive integers x and y, x <= y < n such that |n^5 - x^5 - y^5| is minimal and let a(n) = n^5 - x^5 - y^5. In case of a tie, choose the solution with smallest y.

A369855

a(n) is the smallest error in trying to solve n^5 = x^5 + y^5: for each n from 2 on, find positive integers x and y, x <= y < n such that |n^5 - x^5 - y^5| is minimal and let a(n) = n^5 - x^5 - y^5. In case of a tie, choose the solution with smallest y.

Terms

    a(0) =30a(1) =179a(2) =538a(3) =1077a(4) =1526a(5) =1255a(6) =-846a(7) =-6487a(8) =8183a(9) =2002a(10) =-12219a(11) =22461a(12) =5480a(13) =16789a(14) =-27072a(15) =-12a(16) =-68113a(17) =7666a(18) =-35474a(19) =124726a(20) =20955a(21) =36343a(22) =106424a(23) =-86567a(24) =-165349a(25) =-8568a(26) =175360a(27) =100781a(28) =185468a(29) =-68663

External references