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).

This page as a plain text file.
%I A322603 #11 Jul 05 2024 18:46:21
%S A322603 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,
%T A322603 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,
%U A322603 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
%N A322603 Continued fraction for sinh(gamma).
%C A322603 Continued fraction of (exp(gamma)-exp(-gamma))/2 = sinh(gamma) (A147709), where gamma is the Euler-Mascheroni constant (A001620).
%C A322603 See A322602 for the continued fraction of cosh(gamma).
%e A322603 0 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + 1/(2 + 1/(11 + ...))))))) = 0.60980646721165640770618044...
%p A322603 with(numtheory): cfrac(sinh(gamma),100,'quotients'); # _Muniru A Asiru_, Dec 20 2018
%t A322603 ContinuedFraction[ (Exp[EulerGamma] - Exp[ -EulerGamma])/2, 100]
%o A322603 (PARI) contfrac(sinh(Euler)) \\ _Michel Marcus_, Dec 21 2018
%Y A322603 Cf. A147709 (decimal expansion), A001620 (Euler-Mascheroni constant), A322602.
%K A322603 nonn,cofr
%O A322603 0,6
%A A322603 _Tristan Cam_, Dec 20 2018
%E A322603 Offset changed and data corrected by _Andrew Howroyd_, Jul 05 2024