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.

Showing 1-1 of 1 results.

A335028 Decimal expansion of Pi*(exp(1/e) - 1)/2.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 20 2020

Keywords

Comments

The value of an integral (see formula) first calculated by Cauchy in 1825 (with an error that was corrected in 1826).

Examples

			0.69848264271788427226723035849771244456284836693292...
		

Crossrefs

Cf. A000796 (Pi), A001113 (e), A019609 (Pi*e), A019610(Pi*e/2), A073229 (e^(1/e)), A335027.

Programs

  • Mathematica
    RealDigits[Pi*(Exp[1/E] - 1)/2, 10, 100][[1]]
  • PARI
    Pi*(exp(1/exp(1)) - 1)/2 \\ Michel Marcus, May 20 2020

Formula

Equals Integral_{x=0..oo} (exp(cos(x)) * sin(sin(x)) * x /(x^2 + 1)) * dx.
Showing 1-1 of 1 results.