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.

A021460 Decimal expansion of 1/456.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Repeats the sequence 192982456140350877 after the initial 3 terms. - Wesley Ivan Hurt, Dec 04 2013

Examples

			0.0021929824561403508771929824561403508771929824561403508771929824561403...
		

Crossrefs

Cf. A021459 (Decimal Expansion of 1/455).
Cf. A021461 (Decimal Expansion of 1/457).

Programs

  • Maple
    Digits:=100; evalf(1/456); # Wesley Ivan Hurt, Dec 04 2013
  • Mathematica
    Join[{0,0},RealDigits[1/456,10,120][[1]]] (* Harvey P. Dale, Nov 06 2012 *)
    realDigitsRecip[456] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Aug 28 2024 *)