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.

A137301 Decimal expansion of 999/9801.

Original entry on oeis.org

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

Views

Author

Eric Desbiaux, Apr 08 2008

Keywords

Comments

999/9801=37/363 [From Eric Desbiaux, Nov 04 2008]

Examples

			0.1019283746556473829201101928374655647382920110192837465564...
		

Programs

  • Mathematica
    RealDigits[999/9801,10,120][[1]] (* Harvey P. Dale, Aug 18 2011 *)