OFFSET
1,3
LINKS
Patrick De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
FORMULA
a(n) = A046241(n)^3. - Andrew Howroyd, Aug 10 2024
MATHEMATICA
Select[Range[0, 44*10^6]^3, IntegerDigits[#, 9]==Reverse[ IntegerDigits[ #, 9]]&] (* Harvey P. Dale, Oct 09 2016 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
Offset corrected by Andrew Howroyd, Aug 10 2024
STATUS
approved