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

A220260
Decimal expansion of e / log_10(e), where e = A001113.
0
6, 2, 5, 9, 0, 7, 5, 2, 1, 6, 7, 6, 6, 3, 9, 5, 2, 1, 1, 0, 1, 8, 4, 7, 7, 3, 1, 1, 6, 7, 7, 7, 2, 7, 2, 8, 0, 5, 4, 6, 4, 5, 9, 9, 5, 4, 2, 5, 9, 4, 6, 9, 4, 2, 4, 2, 7, 7, 6, 9, 8, 1, 6, 9, 8, 5, 8, 4, 5, 3, 9, 9, 1, 7, 4, 4, 2, 2, 9, 9, 2, 4, 2, 8, 4, 1, 2
OFFSET
1,1
COMMENTS
Minimum value of the function x / log_10(x) for x > 1, obtained at x = e.
FORMULA
Equals the ratio A001113 / A002285 and also the product A001113*A002392.
EXAMPLE
6.2590752167663952110184773116777272805464599542594694...
MATHEMATICA
RealDigits[E/Log[10, E], 10, 120][[1]] (* Harvey P. Dale, Dec 23 2012 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jaroslav Krizek, Dec 08 2012
STATUS
approved