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.

A021132 Decimal expansion of 1/128.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			1/128 = 0.0078125.
		

Crossrefs

Cf. A021068 (1/64), A021260 (1/256).

Programs

  • Mathematica
    Join[{0, 0}, RealDigits[1/128, 10][[1]]] (* Alonso del Arte, Apr 16 2018 *)

Formula

Equals integral(x^3/sinh(2*Pi*x), {x, 0, infinity}). - Jean-François Alcover, Mar 20 2013