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.

A002239 9th powers written backwards.

Original entry on oeis.org

0, 1, 215, 38691, 441262, 5213591, 69677001, 70635304, 827712431, 984024783, 1, 1967497532, 2530879515, 37399440601, 48764016602, 57395334483, 63767491786, 794678785811, 863092953891, 977796786223, 215, 185640082497, 2977129627021, 3641662511081, 4220457081462
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A001017.

Programs

  • Maple
    a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n^9)):
    seq(a(n), n=0..50);  # Alois P. Heinz, Apr 09 2015