login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A282823
Decimal expansion of Pi^2 + 8*K, where K is Catalan's constant.
6
1, 7, 1, 9, 7, 3, 2, 9, 1, 5, 4, 5, 0, 7, 1, 1, 0, 7, 3, 9, 2, 7, 1, 3, 1, 9, 1, 1, 9, 3, 3, 5, 2, 2, 4, 0, 2, 1, 5, 0, 6, 8, 9, 4, 4, 0, 1, 4, 9, 4, 1, 6, 7, 7, 0, 0, 5, 4, 5, 3, 3, 4, 3, 3, 3, 1, 9, 4, 1, 4, 8, 9, 8, 0, 6, 2, 9, 2, 4, 3, 3, 9, 8, 8, 3, 6, 6, 2, 5, 5, 0, 7
OFFSET
2,2
LINKS
Eric Weisstein's World of Mathematics, Polygamma Function (formula 24).
Sheldon Yang, Some properties of Catalan's constant G, Internat. J. Math. Ed. Sci. Tech. 23 (4) (1992) 549-556.
FORMULA
Equals 16*A222183.
Equals Psi(1, 1/4), where Psi(r, x) is the Polygamma function of order r.
Equals Sum_{k>=0} 1/(k + 1/4)^2. - Amiram Eldar, May 17 2022
EXAMPLE
17.19732915450711073927131911933522402150689440149416770054533433319414...
MAPLE
Psi(1, 1/4) ; evalf(%) # R. J. Mathar, Dec 04 2024
MATHEMATICA
RealDigits[Pi^2 + 8 Catalan, 10, 100][[1]]
PROG
(PARI) Pi^2 + 8*Catalan \\ Charles R Greathouse IV, Mar 04 2018
(PARI) zetahurwitz(2, 1/4) \\ Charles R Greathouse IV, Mar 04 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Pi(R)^2 + 8*Catalan(R); // G. C. Greubel, Aug 24 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Bruno Berselli, Mar 06 2017
STATUS
approved