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.

A021108 Decimal expansion of 1/104.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

After 9, periodic with period 6: [6, 1, 5, 3, 8, 4]. See also A021030 (1/26), A021069 (1/65), A021420 (1/416), A021654 (1/650). - Bruno Berselli, Apr 13 2018

Examples

			0.009615384615384615384615384615384615384615384615384615384615384...
		

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[1/104, 10, 120][[1]]] (* or *) PadRight[{0, 0, 9, 6}, 120,{3, 8, 4, 6, 1, 5}] (* Harvey P. Dale, Aug 18 2012 *)

Formula

Equals A020821 * A021017 = A020773 * A021030 = A020761 * A021056. - Bruno Berselli, Apr 13 2018