cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A046249 Numbers n such that n^3 is palindromic in base 14.

Original entry on oeis.org

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

Views

Author

Patrick De Geest, May 15 1998

Keywords

Crossrefs

Cf. A046250.

Programs

  • 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 *)
Showing 1-1 of 1 results.