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.

A072803 a(n) is n written in base n mod 10, or 0 if n mod 10 = 0.

Original entry on oeis.org

1, 10, 10, 10, 10, 10, 10, 10, 10, 0, 11111111111, 1100, 111, 32, 30, 24, 23, 22, 21, 0, 111111111111111111111, 10110, 212, 120, 100, 42, 36, 34, 32, 0, 1111111111111111111111111111111, 100000, 1020, 202, 120, 100, 52, 46, 43, 0
Offset: 1

Views

Author

Labos Elemer, Jul 12 2002

Keywords

Examples

			In base 1, n =11...11=n written n times; in base 0 baseform is taken as 0.
		

Crossrefs

Programs

  • Mathematica
    Table[BaseForm[w, Mod[w, 10]], {w, 1, 128}]