login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046245 Numbers n such that n^3 is palindromic in base 12. 1
0, 1, 2, 13, 145, 157, 1729, 20737, 20881, 22477, 248833, 250705, 269581, 2985985, 2987713, 3234829, 35831809, 35854273, 36080785, 38817805, 429981697, 430002433, 430232257, 465813517, 5159780353, 5160049921, 5195612305 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
P. De Geest, World!Of Numbers
MATHEMATICA
For[i = 1, i < 1000000, i++, tmp = IntegerDigits[i^3, 12]; If[tmp == Reverse[tmp], Print[i]]; ]; - Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 13 2006
Select[Range[0, 52*10^8], IntegerDigits[#^3, 12]==Reverse[ IntegerDigits[ #^3, 12]]&] (* Harvey P. Dale, Mar 07 2018 *)
CROSSREFS
Cf. A046246.
Sequence in context: A207493 A003581 A129256 * A178248 A107699 A079330
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
EXTENSIONS
More terms from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 13 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)