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.

A021212 Decimal expansion of 1/208.

Original entry on oeis.org

0, 0, 4, 8, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2, 3, 0, 7, 6, 9, 2
Offset: 0

Views

Author

Keywords

Comments

The period is short, just 6: after 0.0048, 076923 repeated endlessly. - Alonso del Arte, Apr 18 2018

Examples

			0.0048076923076923076923076923...
		

Programs

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