A046236 Cubes which are palindromes in base 6.
0, 1, 343, 50653, 10218313, 2181825073, 470366406433, 101566487155393, 21937185733709953, 4738389801656378113, 1023490673757369487873, 221073930689208859487233
Offset: 1
Links
- Patrick De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
Programs
-
Mathematica
pal6Q[n_]:=Module[{idn6=IntegerDigits[n,6]},idn6==Reverse[idn6]]; Select[ Range[ 0,6047*10^4]^3,pal6Q] (* Harvey P. Dale, Jun 01 2022 *)
Formula
a(n) = A046235(n)^3. - Andrew Howroyd, Aug 10 2024
Extensions
Offset corrected by Andrew Howroyd, Aug 10 2024
Comments