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.

A021199 Decimal expansion of 1/195.

Original entry on oeis.org

0, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5, 1, 2, 8, 2, 0, 5
Offset: 0

Views

Author

Keywords

Comments

Without the initial zeros, decimal expansion of 20/39. Period is of length 6: 5, 1, 2, 8, 2, 0. - Alonso del Arte, May 26 2018

Examples

			0.0051282051282051282051282051282051282...
		

Crossrefs

Cf. A021069 (1/65).

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[1/195, 10, 104][[1]]] (* Alonso del Arte, May 13 2018 *)