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.

A118475 Write numbers from n down to 1 in decreasing order, then move the 1 to the front.

Original entry on oeis.org

1, 12, 132, 1432, 15432, 165432, 1765432, 18765432, 198765432, 11098765432, 1111098765432, 112111098765432, 11312111098765432, 1141312111098765432, 115141312111098765432, 11615141312111098765432
Offset: 1

Views

Author

Jamil da SIlva, May 04 2006

Keywords

Programs

  • Mathematica
    Table[FromDigits@ RotateRight@ Flatten@ Reverse@ IntegerDigits@ Range@n, {n, 17}] (* Robert G. Wilson v *)

Extensions

Edited and extended by Robert G. Wilson v, May 13 2006