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.

A242822 Decimal expansion of B. Davis' constant Pi^2/(8*G), a Riesz-Kolmogorov constant, where G is Catalan's constant.

This page as a plain text file.
%I A242822 #23 Nov 22 2024 07:38:08
%S A242822 1,3,4,6,8,8,5,2,5,1,9,9,9,4,0,6,5,9,5,1,8,2,0,0,7,5,5,5,4,4,1,1,0,7,
%T A242822 7,9,4,7,1,5,2,5,1,6,2,5,5,6,8,9,6,8,8,2,0,8,1,9,4,2,6,2,2,8,1,2,7,0,
%U A242822 0,8,1,0,7,3,4,2,9,5,8,3,5,2,1,0,8,2,2,9,6,3,7,7,5,4,4,7,9,8,4,7,5
%N A242822 Decimal expansion of B. Davis' constant Pi^2/(8*G), a Riesz-Kolmogorov constant, where G is Catalan's constant.
%D A242822 Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 7.7 Riesz-Kolmogorov Constants, p. 474.
%H A242822 G. C. Greubel, <a href="/A242822/b242822.txt">Table of n, a(n) for n = 1..10000</a>
%F A242822 (Sum_{n>=0} 1/(2*n + 1)^2) / (Sum_{n>=0} (-1)^n/(2*n + 1)^2) = A111003/A006752.
%F A242822 Equals Product_{k>=1} (1 + 1/A002145(k)^2)/(1 - 1/A002145(k)^2) = A243381 / A243379. - _Vaclav Kotesovec_, Apr 30 2020
%F A242822 Equals Sum_{q in A004614} 2^A001221(q)/q^2. - _R. J. Mathar_, Jan 27 2021
%F A242822 Equals 1/A377753. - _Hugo Pfoertner_, Nov 22 2024
%e A242822 1.3468852519994065951820075554411...
%p A242822 s:= convert(evalf(Pi^2/(8*Catalan), 140), string):
%p A242822 map(parse, subs("."=NULL, [seq(i, i=s)]))[]; # _Alois P. Heinz_, May 23 2014
%t A242822 RealDigits[Pi^2/(8*Catalan), 10, 100] // First
%o A242822 (PARI) default(realprecision, 100); Pi^2/(8*Catalan) \\ _G. C. Greubel_, Aug 25 2018
%o A242822 (Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Pi(R)^2/(8*Catalan(R)); // _G. C. Greubel_, Aug 25 2018
%Y A242822 Cf. A001221, A002145, A004614, A006752, A111003, A330890, A377753.
%K A242822 nonn,cons
%O A242822 1,2
%A A242822 _Jean-François Alcover_, May 23 2014