OFFSET
1,3
LINKS
Patrick De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
FORMULA
a(n) = A046233(n)^3. - Andrew Howroyd, Aug 10 2024
MATHEMATICA
pb5Q[n_]:=Module[{idn5=IntegerDigits[n, 5]}, idn5==Reverse[idn5]]; Select[ Range[ 0, 49*10^6]^3, pb5Q] (* Harvey P. Dale, Jan 21 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
Offset corrected by Andrew Howroyd, Aug 10 2024
STATUS
approved