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.

A261509 Decimal expansion of -Gamma'''(1).

Original entry on oeis.org

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

Views

Author

Vaclav Kotesovec, Aug 22 2015

Keywords

Examples

			5.4448744564853177340993610041376506895716686944353825656479...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); L:=RiemannZeta(); EulerGamma(R)^3 + (EulerGamma(R)*Pi(R)^2)/2 + 2*Evaluate(L,3); // G. C. Greubel, Aug 30 2018
  • Mathematica
    RealDigits[EulerGamma^3 + (EulerGamma*Pi^2)/2 + 2*Zeta[3], 10, 120][[1]]
  • PARI
    default(realprecision, 100); Euler^3 + Euler*Pi^2/2 + 2*zeta(3) \\ G. C. Greubel, Aug 30 2018
    

Formula

From Amiram Eldar, Aug 06 2020: (Start)
Equals gamma^3 + gamma*Pi^2/2 + 2*zeta(3).
Equals -Integral_{x=0..oo} exp(-x)*log(x)^3 dx. (End)