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.

A256784 Decimal expansion of the generalized Euler constant gamma(5,12) (negated).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, Apr 10 2015

Keywords

Examples

			-0.0033729493224032970250324948185921946160340346994983953873167...
		

Crossrefs

Cf. A001620 (EulerGamma), A016635, A228725 (gamma(1,2)), A256425 (gamma(1,3)), A256778-A256784 (selection of ruler-and-compass constructible gamma(r,k)).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); EulerGamma(R)/12 + 1/24*(Pi(R)*(2-Sqrt(3)) + 2*(Sqrt(3)+1)*Log(2) + Log(3) - 4*Sqrt(3)*Log(Sqrt(3)+1)); // G. C. Greubel, Aug 27 2018
  • Mathematica
    Join[{0, 0}, RealDigits[-Log[12]/12 - PolyGamma[5/12]/12, 10, 105] // First]
  • PARI
    default(realprecision, 100); Euler/12 + 1/24*(Pi*(2-sqrt(3)) + 2*(sqrt(3)+1)*log(2) + log(3) - 4*sqrt(3)*log(sqrt(3)+1)) \\ G. C. Greubel, Aug 27 2018
    

Formula

Equals EulerGamma/12 + 1/24*(Pi*(2-sqrt(3)) + 2*(sqrt(3)+1)*log(2) + log(3) - 4*sqrt(3) * log(sqrt(3)+1)).
Equals -(psi(5/12) + log(12))/12. - Amiram Eldar, Jan 07 2024