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.

A278326 Decimal expansion of gamma/log(2)^2.

Original entry on oeis.org

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

Views

Author

Alois P. Heinz, Nov 18 2016

Keywords

Examples

			1.2013987802765778241945150557561351168...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:= RealField(); EulerGamma(R)/Log(2)^2; // G. C. Greubel, Sep 05 2018
  • Mathematica
    RealDigits[EulerGamma/Log[2]^2,10,120][[1]] (* Harvey P. Dale, Dec 07 2017 *)
  • PARI
    Euler/log(2)^2 \\ Michel Marcus, Nov 19 2016
    

Formula

Equals -Integral_{x = -infinity..infinity} x*2^x*exp(-2^x) dx.