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.

A002138 6th powers written backwards.

Original entry on oeis.org

0, 1, 46, 927, 6904, 52651, 65664, 946711, 441262, 144135, 1, 1651771, 4895892, 9086284, 6359257, 52609311, 61277761, 96573142, 42221043, 18854074, 46, 12166758, 409973311, 988530841, 679201191, 526041442, 677519803, 984024783, 403098184, 123328495, 927
Offset: 0

Views

Author

Keywords

Programs

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