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.

A020821 Decimal expansion of 1/8.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

Also, decimal expansion of Integral_{x=0..oo} x^2/cosh(Pi*x) dx. - Bruno Berselli, Mar 20 2013
Also, decimal expansion of Sum_{i>=1} 1/9^i. - Bruno Berselli, Jan 03 2014
For any triangle ABC, sin(A/2) * sin(B/2) * sin(C/2) <= 1/8, equality is obtained only when the triangle is equilateral (see the Kiran S. Kedlaya link). - Bernard Schott, Sep 16 2022

Examples

			0.12500000000000000000...
		

Crossrefs

Cf. A002194, A104956 (other trigonometric inequalities).

Programs

  • Mathematica
    PadRight[{1, 2, 5}, 100] (* Paolo Xausa, Aug 27 2024 *)

Formula

Equals Sum_{k>=1} exp(-Pi*k^2) * (Pi*k^2 - 1/4) (Ramanujan, 1918). - Amiram Eldar, Jan 01 2025