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

A093651
Where records occur in A093101.
2
0, 3, 7, 17, 19, 64, 81, 82, 90, 147, 363, 546, 608, 657, 819, 1459, 2747, 5880, 8296
OFFSET
0,2
MATHEMATICA
a = {}; b = 0; s = 0; Do[m = n; s = s + 1/n!; If[c = n!/Denominator[s]; c > b, b = c; AppendTo[a, c]; Print[n, " = ", c]], {n, 0, 19622}]
CROSSREFS
Sequence in context: A064699 A113304 A194945 * A181420 A333291 A254680
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, May 14 2004
EXTENSIONS
Missing 657 inserted by Sean A. Irvine, Mar 14 2024
STATUS
approved