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.

Showing 1-2 of 2 results.

A021068 Decimal expansion of 1/64.

Original entry on oeis.org

0, 1, 5, 6, 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, 0
Offset: 0

Views

Author

Keywords

Comments

Also, decimal expansion of 1/10 * integral_0^infinity x^4/(cosh(pi x)) dx. - Bruno Berselli, Mar 20 2013

Examples

			1/64 = 0.015625.
		

Crossrefs

Cf. A021036 (1/32), A021132 (1/128).

Programs

A069181 Decimal expansion of 1/1024.

Original entry on oeis.org

0, 0, 0, 9, 7, 6, 5, 6, 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
Offset: 0

Views

Author

Rick L. Shepherd, Apr 10 2002

Keywords

Crossrefs

Cf. A021516 (1/512), A021260 (1/256), A021132 (1/128), A021068 (1/64), A021036 (1/32), A021020 (1/16), A020821 (1/8), A020773 (1/4), A020761 (1/2).

Programs

  • Mathematica
    Join[{0,0,0},RealDigits[1/1024,10,120][[1]]] (* or *) PadRight[ {0,0,0,9,7,6,5,6,2,5},120,{0}] (* Harvey P. Dale, Jan 26 2019 *)
Showing 1-2 of 2 results.