login
A051383
Sum of two (possibly negative) cubes in at least 3 ways.
4
728, 3367, 4104, 5824, 5859, 19656, 26936, 32832, 46592, 46683, 46872, 65728, 68913, 90909, 91000, 101528, 110808, 124488, 134379, 152551, 155736, 157248, 158193, 165464, 168112, 184464, 195841, 205352, 215488, 249704, 262656
OFFSET
1,1
EXAMPLE
4104 = 18^3 + (-12)^3 = 16^3 + 2^3 = 15^3 + 9^3, so 4104 is in the sequence.
PROG
(PARI) is(n)=#thue(thueinit(z^3+1), n)>4 \\ Ralf Stephan, Oct 18 2013
CROSSREFS
Sequence in context: A184077 A234652 A050219 * A293650 A233962 A203672
KEYWORD
nonn
AUTHOR
STATUS
approved