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.

A021200 Decimal expansion of 1/196.

Original entry on oeis.org

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

Views

Author

Keywords

Programs

  • Mathematica
    realDigitsRecip[n_]:=With[{rd=RealDigits[1/n,10,120]},Join[PadRight[{},-rd[[2]],0],rd[[1]]]]; realDigitsRecip[196] (* Harvey P. Dale, Aug 25 2024 *)
  • PARI
    1/196. \\ Charles R Greathouse IV, Feb 03 2025