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.

A021046 Decimal expansion of 1/42.

Original entry on oeis.org

0, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3, 8, 0, 9, 5, 2, 3
Offset: 0

Views

Author

Keywords

Comments

1/42 is the 6th Bernoulli number. - Jean-François Alcover, Dec 26 2013

Examples

			0.0238095238095...
		

Programs

  • Mathematica
    Join[{0},RealDigits[1/42,10,120][[1]]] (* Harvey P. Dale, Oct 05 2011 *)