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.

A336076 Decimal expansion of (7*Pi + 2*sqrt(2)) / (Pi - 2*sqrt(2)).

Original entry on oeis.org

7, 9, 2, 5, 3, 8, 5, 5, 9, 1, 2, 9, 5, 3, 2, 9, 6, 0, 3, 9, 2, 3, 3, 2, 0, 4, 8, 9, 8, 0, 0, 9, 1, 1, 3, 7, 8, 3, 3, 1, 1, 0, 3, 8, 5, 4, 9, 5, 3, 8, 6, 8, 3, 0, 8, 4, 7, 2, 9, 1, 4, 6, 9, 5, 5, 1, 9, 5, 8, 6, 8, 4, 7, 7, 9, 5, 5, 2, 0, 6, 7, 3, 0, 0, 0, 3
Offset: 2

Views

Author

Clark Kimberling, Jul 11 2020

Keywords

Comments

Decimal expansion of the ratio of segment areas for arclength Pi/4 on the unit circle. In general, suppose that s in (0,Pi) is the length of an arc of the unit circle. The associated chord separates the interior into two segments. Let A1 be the area of the larger and A2 the area of the smaller. The term "ratio of segment areas" means A1/A2. See A336073 for a guide to related sequences.

Examples

			79.2538559129532960392332048980091137833110385495...
		

Crossrefs

Cf. A336073.

Programs

  • Maple
    s := Pi/4 ; sss := s-sin(s) ; evalf( 2*Pi/sss -1 ) ; # R. J. Mathar, Sep 02 2020
  • Mathematica
    s = Pi/4; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200]
    RealDigits[r][[1]]

Formula

Equals (2*Pi - s + sin(s))/(s - sin(s)), where s = Pi/4 = A003881.