A256652 Numbers D such that D^2 = A^4 + B^5 + C^6 has more than one solution in positive integers (A, B, C).
1257, 32769, 262176, 262208, 1081344, 4198400, 16777217, 16809984
Offset: 1
Examples
(A, B, C) = (32, 2, 9): 32^4 + 2^5 + 9^6 = 1048576 + 32 + 531441 = 1580049 = 1257^2, and (A, B, C) = (35, 8, 6): 35^4 + 8^5 + 6^6 = 1500625 + 32768 + 46656 = 1580049 = 1257^2, so 1257 is a term.
Programs
-
PARI
is_A256652(D,f=-1)={my(C=0,B,D2C6);while(1
A256652(D)&&print1(D",")) \\ Converted to integer arithmetic by M. F. Hasler, May 01 2015
Extensions
a(5)-a(8) from Lars Blomberg, Apr 26 2015
Comments