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.

A282824 Decimal expansion of Pi^2 - 8*K, where K is Catalan's constant.

Original entry on oeis.org

2, 5, 4, 1, 8, 7, 9, 6, 4, 7, 6, 7, 1, 6, 0, 6, 4, 9, 8, 3, 9, 7, 6, 6, 2, 8, 8, 0, 4, 1, 7, 0, 7, 8, 2, 4, 9, 1, 2, 0, 5, 0, 4, 4, 1, 2, 9, 8, 7, 4, 1, 3, 5, 5, 2, 2, 8, 1, 3, 6, 4, 4, 1, 9, 2, 4, 5, 9, 4, 0, 6, 6, 4, 2, 0, 9, 1, 6, 7, 0, 8, 7, 1, 6, 6, 9, 2, 1, 3, 0, 0, 3
Offset: 1

Views

Author

Bruno Berselli, Mar 06 2017

Keywords

Examples

			2.5418796476716064983976628804170782491205044129874135522813644192459406...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); Pi(R)^2 - 8*Catalan(R); // G. C. Greubel, Aug 24 2018
  • Mathematica
    RealDigits[Pi^2 - 8 Catalan, 10, 100][[1]]
  • PARI
    Pi^2 - 8*Catalan \\ Charles R Greathouse IV, Jan 31 2018
    
  • PARI
    zetahurwitz(2,3/4) \\ Charles R Greathouse IV, Jan 31 2018
    

Formula

Equals 16*A247037.
Equals Psi(1, 3/4), where Psi(r, x) is the Polygamma function of order r.
Because this equals Zeta(2, 3/4), with the Hurwitz Zeta function, this is the value of the series Sum_{k>=0} 1/(k + 3/4)^2 = 16*Sum_{k>=0} 1/(4*k+3)^2 with partial sums {A173953/(n+2) / A173954(n+2)}{n>=0}. - _Wolfdieter Lang, Nov 14 2017
A282823 - this = 16*A006752. - R. J. Mathar, Jun 07 2024