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.

A322603 Continued fraction for sinh(gamma).

Original entry on oeis.org

0, 1, 1, 1, 1, 3, 2, 11, 2, 1, 2, 3, 1, 8, 1, 1, 2, 3, 2, 8, 1, 3, 5, 17, 15, 2, 1, 1, 1, 1, 2, 7, 1, 1, 1, 4, 1, 11, 1, 2, 20, 19, 6, 7, 23, 14, 1, 10, 3, 2, 1, 1, 154, 5, 6, 2, 2, 1, 23, 1, 1, 28, 2, 2, 5, 2, 1, 1, 1, 1332, 1, 15, 1, 1, 1, 1, 1, 1, 2, 6, 2, 1, 2, 1, 4, 5, 28, 6, 1
Offset: 0

Views

Author

Tristan Cam, Dec 20 2018

Keywords

Comments

Continued fraction of (exp(gamma)-exp(-gamma))/2 = sinh(gamma) (A147709), where gamma is the Euler-Mascheroni constant (A001620).
See A322602 for the continued fraction of cosh(gamma).

Examples

			0 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + 1/(2 + 1/(11 + ...))))))) = 0.60980646721165640770618044...
		

Crossrefs

Cf. A147709 (decimal expansion), A001620 (Euler-Mascheroni constant), A322602.

Programs

  • Maple
    with(numtheory): cfrac(sinh(gamma),100,'quotients'); # Muniru A Asiru, Dec 20 2018
  • Mathematica
    ContinuedFraction[ (Exp[EulerGamma] - Exp[ -EulerGamma])/2, 100]
  • PARI
    contfrac(sinh(Euler)) \\ Michel Marcus, Dec 21 2018

Extensions

Offset changed and data corrected by Andrew Howroyd, Jul 05 2024