A322603 Continued fraction for sinh(gamma).
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
Examples
0 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + 1/(2 + 1/(11 + ...))))))) = 0.60980646721165640770618044...
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
Comments