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”).

A137204
Decimal expansion of e + 1/e.
8
3, 0, 8, 6, 1, 6, 1, 2, 6, 9, 6, 3, 0, 4, 8, 7, 5, 5, 6, 9, 5, 5, 8, 1, 1, 2, 4, 1, 5, 1, 4, 1, 2, 3, 3, 6, 5, 2, 0, 3, 0, 5, 8, 2, 2, 4, 7, 3, 1, 7, 2, 7, 4, 0, 9, 4, 7, 4, 8, 0, 4, 4, 2, 9, 4, 2, 1, 5, 3, 8, 1, 2, 6, 0, 9, 8, 4, 4, 7, 3, 9, 7, 9, 2, 8, 5, 2, 9, 4, 5, 2, 8, 7, 1, 0, 8, 6, 0, 7, 1, 1, 7, 4, 0, 9
OFFSET
1,1
FORMULA
Equals 2*A073743. - Bruno Berselli, Mar 14 2013
EXAMPLE
3.086161269630487556955811241514123365203058224731727...
MATHEMATICA
RealDigits[E + 1/E, 10, 120][[1]] (* Amiram Eldar, Jun 20 2023 *)
PROG
(PARI) exp(1)+1/exp(1) \\ Michel Marcus, Mar 14 2013
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Mohammad K. Azarian, Mar 04 2008
STATUS
approved