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.

A021060 Decimal expansion of 1/56.

Original entry on oeis.org

0, 1, 7, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2
Offset: 0

Views

Author

Keywords

Comments

Same decimal period as A020806. - R. J. Mathar, Feb 13 2012

Examples

			0.017857142857..
		

Crossrefs

Cf. A020806.

Programs

  • Mathematica
    Join[{0},RealDigits[1/56,10,120][[1]]] (* or *) PadRight[{0,1,7},120,{1,4,2,8,5,7}] (* Harvey P. Dale, Feb 04 2019 *)