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.

A002118 5th powers written backwards.

Original entry on oeis.org

0, 1, 23, 342, 4201, 5213, 6777, 70861, 86723, 94095, 1, 150161, 238842, 392173, 428735, 573957, 6758401, 7589141, 8659881, 9906742, 23, 1014804, 2363515, 3436346, 4262697, 5265679, 67318811, 70984341, 86301271, 94111502, 342, 15192682, 23445533, 39353193
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    FromDigits[Reverse[IntegerDigits[#]]] & /@ (Range[0, 100]^5) (* T. D. Noe, May 24 2013 *)