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.

A021125 Decimal expansion of 1/121.

Original entry on oeis.org

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

Views

Author

Keywords

Programs

  • Mathematica
    Join[{0,0},RealDigits[1/121,10,120][[1]]] (* or *) PadRight[{},120,{0,0,8,2,6,4,4,6,2,8,0,9,9,1,7,3,5,5,3,7,1,9}] (* Harvey P. Dale, Dec 08 2018 *)