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.

A377764 Decimal expansion of (Pi/8)*exp(4*G/Pi), where G is the Catalan constant (A006752).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Nov 06 2024

Keywords

Examples

			1.26052961282938641055453633013540984220266923935...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Pi/8*Exp[4*Catalan/Pi], 10, 100]]

Formula

Equals Product_{k >= 1} (1 - 1/(2*k+1)^2)^((-1)^k*(2*k+1)) (from Ramanujan).
Equals Product_{k >= 1} (1 - 1/A016754(k))^((-1)^k*A005408(k)).