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.

A021527 Decimal expansion of 1/523.

Original entry on oeis.org

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

Views

Author

Keywords

Programs

  • Mathematica
    Join[{0,0},RealDigits[1/523,10,120][[1]]] (* Harvey P. Dale, Jun 13 2022 *)
    realDigitsRecip[523] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Dec 01 2024 *)