login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A046249
Numbers n such that n^3 is palindromic in base 14.
1
0, 1, 2, 15, 197, 211, 461, 2745, 2955, 38417, 38613, 41175, 537825, 540765, 576255, 7529537, 7532281, 7568149, 8067375, 8070119, 105413505, 105454665, 105951525, 112943055
OFFSET
1,3
LINKS
P. De Geest, World!Of Numbers, Palindromic cubes in bases 2 to 17.
MATHEMATICA
Select[Range[0, 600000], #^3==IntegerReverse[#^3, 14]&] (* The program generates the first 15 terms of the sequence. To generate more, increase the second Range constant, but the program will take a long time to run. *) (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 03 2019 *)
CROSSREFS
Cf. A046250.
Sequence in context: A127090 A198522 A187655 * A042355 A208467 A221102
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved