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.

A056961 Base 12 reversal of n (written in base 10).

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 1, 13, 25, 37, 49, 61, 73, 85, 97, 109, 121, 133, 2, 14, 26, 38, 50, 62, 74, 86, 98, 110, 122, 134, 3, 15, 27, 39, 51, 63, 75, 87, 99, 111, 123, 135, 4, 16, 28, 40, 52, 64, 76, 88, 100, 112, 124, 136, 5, 17, 29, 41, 53, 65, 77, 89, 101
Offset: 0

Views

Author

Henry Bottomley, Jul 18 2000

Keywords

Crossrefs

Programs

  • Mathematica
    IntegerReverse[Range[0, 100], 12] (* Paolo Xausa, Aug 08 2024 *)