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.

A307178 Decimal expansion of coth(1/2).

This page as a plain text file.
%I A307178 #38 Jan 26 2024 13:54:06
%S A307178 2,1,6,3,9,5,3,4,1,3,7,3,8,6,5,2,8,4,8,7,7,0,0,0,4,0,1,0,2,1,8,0,2,3,
%T A307178 1,1,7,0,9,3,7,3,8,6,0,2,1,5,0,7,9,2,2,7,2,5,3,3,5,7,4,1,1,9,2,9,6,0,
%U A307178 8,7,6,3,4,7,8,3,3,3,9,4,8,6,5,7,4,4,0,9,4,1,8,8,0,9,7,5,0,1,1,5,3,0,9,2,4,0,4,7,7,1,6,1,4,0,8,0,9,1,7,0
%N A307178 Decimal expansion of coth(1/2).
%C A307178 By the Lindemann-Weierstrass theorem, this constant is transcendental. - _Charles R Greathouse IV_, May 14 2019
%H A307178 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A307178 Equals (exp(1)+1)/(exp(1)-1).
%F A307178 Equals (BesselI(3/2,1/2)/BesselI(1/2,1/2))+2.
%F A307178 Equals BesselI(-1/2,1/2)/BesselI(1/2,1/2).
%F A307178 Equals 2 * Sum_{k>=0} B(2*k)/(2*k)!, where B(2*k) = A000367(k)/A002445(k) are the Bernoulli numbers. - _Amiram Eldar_, Nov 25 2020
%F A307178 Equals 2 * A073333 + 1. - _Antonio GraciĆ” Llorente_, Jan 21 2024
%e A307178 2.163953413738... = 2 + 1/(6 + 1/(10 + 1/(14 + 1/(18 + ...)))).
%t A307178 RealDigits[Coth[1/2], 10, 120][[1]] (* or *) BesselI[-1/2, 1/2]/BesselI[1/2, 1/2]
%o A307178 (PARI) cotanh(1/2) \\ _Michel Marcus_, Mar 28 2019
%Y A307178 Cf. A016825 (continued fraction), A073333, A073747 (coth(1)).
%Y A307178 Cf. A000367, A002445.
%K A307178 cons,nonn
%O A307178 1,1
%A A307178 _Terry D. Grant_, Mar 27 2019