login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A105798
Decimal expansion of 1/e + 1/Pi.
2
6, 8, 6, 1, 8, 9, 3, 2, 7, 3, 5, 5, 2, 3, 2, 9, 9, 3, 1, 3, 3, 2, 9, 1, 2, 9, 6, 9, 0, 6, 4, 8, 9, 5, 9, 1, 5, 1, 4, 7, 3, 0, 4, 2, 2, 5, 1, 2, 6, 8, 0, 7, 3, 2, 0, 0, 3, 1, 7, 1, 4, 8, 9, 8, 1, 5, 2, 5, 5, 0, 9, 1, 0, 1, 3, 3, 5, 2, 8, 7, 3, 5, 3, 7, 3, 7, 4, 8, 7, 9, 8, 7, 8, 4, 2, 5, 8, 1, 5, 6, 5, 8, 7, 7, 3
OFFSET
0,1
FORMULA
1/e + 1/Pi = 0.6861893273552329931...
MAPLE
Digits:=100: evalf(1/exp(1)+1/Pi); # Wesley Ivan Hurt, Oct 30 2014
MATHEMATICA
RealDigits[1/E + 1/Pi, 10, 100, -1][[1]] (* Wesley Ivan Hurt, Oct 30 2014 *)
PROG
(PARI) exp(-1)+1/Pi \\ Charles R Greathouse IV, Jun 08 2015
CROSSREFS
Cf. A113399 (1/e^2 + 1/Pi^2), A113400 (Pi/e + e/Pi).
Sequence in context: A201195 A266092 A143627 * A205650 A153755 A331374
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, May 05 2005
EXTENSIONS
Offset corrected by R. J. Mathar, Feb 05 2009
STATUS
approved