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!)
A046247 Numbers n such that n^3 is palindromic in base 13. 1
0, 1, 2, 14, 170, 183, 2198, 2380, 28562, 28731, 30772, 371294, 373660, 399868, 4826810, 4829007, 4855540, 5198116, 62748518, 62779276, 63119980, 67575340, 815730722, 815759283, 816104212, 820557700, 878479252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Patrick De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
MATHEMATICA
For[i = 1, i < 1000000, i++, tmp = IntegerDigits[i^3, 13]; If[tmp == Reverse[tmp], Print[i]]; ]; (* Sam Handler (sam_5_5_5_0(AT)yahoo.com), Aug 16 2006 *)
Select[Range[0, 88*10^7], PalindromeQ[IntegerDigits[#^3, 13]] &] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Mar 05 2017 *)
CROSSREFS
Cf. A046248.
Sequence in context: A355779 A229257 A188194 * A141012 A351277 A235369
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 16 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 September 17 10:57 EDT 2024. Contains 375987 sequences. (Running on oeis4.)