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