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.

A021061 Decimal expansion of 1/57.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.01754385964912280701754385964...
		

Programs

  • Mathematica
    Join[{0},RealDigits[1/57,10,120][[1]]] (* or *) PadRight[{},120,{0,1,7,5,4,3,8,5,9,6,4,9,1,2,2,8,0,7}] (* Harvey P. Dale, May 22 2021 *)