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

Records in A093101.
2

%I #2 Mar 30 2012 17:31:00

%S 1,2,20,130,4000,34385,127658,154375,338143,1462240,22936888,

%T 104087491,756449941,1252467550,3953591108800,110329835126080,

%U 112834800815577880,149099873130116779,26141903882328110417

%N Records in A093101.

%t 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}]

%Y Cf. A093101, A093651.

%K nonn

%O 0,2

%A _Robert G. Wilson v_, May 14 2004