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.

A021123 Decimal expansion of 1/119.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Periodic, with period = 48. - Harvey P. Dale, May 05 2022

Programs

  • Mathematica
    Join[{0,0},RealDigits[1/119,10,120][[1]]] (* Harvey P. Dale, May 05 2022 *)