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.

A021186 Decimal expansion of 1/182.

Original entry on oeis.org

0, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5, 4, 9, 4, 5, 0, 5
Offset: 0

Views

Author

Keywords

Comments

After the two initial zeros, periodic with period 6: 5, 4, 9, 4, 5, 0. - Alonso del Arte, Jul 26 2018

Examples

			1/182 = 0.0054945054945054945054945...
		

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[1/182, 10, 104][[1]]] (* Alonso del Arte, Jul 26 2018 *)