OFFSET
1,3
LINKS
P. De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
MATHEMATICA
Select[Range[0, 600000], #^3==IntegerReverse[#^3, 14]&] (* The program generates the first 15 terms of the sequence. To generate more, increase the second Range constant, but the program will take a long time to run. *) (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 03 2019 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved