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.

A061146 Decimal expansion of 11*Pi/10.

Original entry on oeis.org

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

Views

Author

Ingvar L. Lind (ingvarlind(AT)hotmail.com), May 30 2001

Keywords

Examples

			3.455751918948772562308907721607453172616886339312616...
		

Programs

  • Mathematica
    RealDigits[(11Pi)/10,10,120][[1]] (* Harvey P. Dale, Jan 04 2018 *)