A335027 Decimal expansion of Pi*(e-1)/2.
2, 6, 9, 9, 0, 7, 0, 7, 8, 4, 5, 4, 1, 8, 8, 6, 9, 1, 3, 5, 0, 0, 4, 5, 3, 7, 4, 3, 1, 3, 3, 5, 3, 5, 8, 0, 5, 4, 1, 8, 8, 5, 9, 5, 6, 8, 1, 9, 5, 0, 0, 4, 5, 7, 0, 4, 5, 2, 3, 2, 8, 2, 6, 8, 9, 3, 5, 7, 0, 6, 1, 0, 2, 4, 3, 5, 5, 6, 0, 9, 0, 4, 4, 7, 2, 2, 6
Offset: 1
Examples
2.69907078454188691350045374313353580541885956819500...
Links
- Augustin-Louis Cauchy, Mémoire sur les intégrales définies prises entre des limites imaginaires, Paris, 1825, p. 65, equation 24.
- Augustin-Louis Cauchy, Exercices de mathématiques, Paris, 1826, p. 108, equation 48.
- Edward Thomas Copson, An Introduction to the Theory of Functions of a Complex Variable, London, 1935, Oxford, 1972 edition, p. 153.
- Paul J. Nahin, Inside Interesting Integrals, Springer-Verlag New York, 2015, p. 340.
- Cornel Ioan Vălean, (Almost) Impossible Integrals, Sums, and Series, Springer International Publishing, 2019, p. 206-207.
Programs
-
Mathematica
RealDigits[Pi*(E-1)/2, 10, 100][[1]]
-
PARI
Pi*(exp(1)-1)/2 \\ Michel Marcus, May 20 2020
Comments