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.

A021020 Decimal expansion of 1/16.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.0625
		

Programs

  • Mathematica
    RealDigits[1/16, 10, 100, -1][[1]] (* Amiram Eldar, Jan 01 2025 *)

Formula

Equals Integral_{x>=0} x/sinh(2*Pi*x) dx. - Jean-François Alcover, Mar 20 2013
Equals Integral_{x>=0} cos(2*Pi*x)/(exp(2*Pi*sqrt(x))-1) dx (Ramanujan, 1913). - Amiram Eldar, Jan 01 2025