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

A236289
Decimal expansion of e^2 / (e - 1).
0
4, 3, 0, 0, 2, 5, 8, 5, 3, 5, 3, 2, 8, 3, 7, 1, 6, 5, 9, 7, 4, 5, 2, 8, 9, 4, 7, 6, 4, 6, 1, 6, 7, 4, 0, 5, 6, 3, 0, 4, 1, 1, 6, 3, 9, 4, 7, 7, 5, 3, 5, 5, 7, 1, 1, 2, 3, 3, 7, 5, 4, 6, 8, 7, 3, 7, 2, 1, 2, 0, 4, 4, 7, 7, 4, 5, 2, 1, 7, 3, 3, 7, 8, 5, 8, 5, 8, 6, 8, 8, 7, 9, 3, 0, 0, 4, 1, 4, 8, 5, 0, 8, 2, 0, 8, 6, 6
OFFSET
1,1
FORMULA
Equals A072334 / A091131.
EXAMPLE
4.3002585353283716597452894764616...
MATHEMATICA
RealDigits[E^2/(E-1), 10, 130][[1]]
PROG
(PARI) exp(2)/(exp(1)-1) \\ Charles R Greathouse IV, Apr 21 2016
CROSSREFS
Cf. A001113 (decimal expansion of e), A072334 (decimal expansion of e^2), A091131 (decimal expansion of e-1).
Sequence in context: A261099 A030120 A058878 * A257536 A019983 A019984
KEYWORD
nonn,cons
AUTHOR
Jaroslav Krizek, Feb 04 2014
EXTENSIONS
Mathematica program modified by Harvey P. Dale, Aug 05 2014
STATUS
approved