OFFSET
0,2
LINKS
J. Sondow, A geometric proof that e is irrational and a new measure of its irrationality, Amer. Math. Monthly 113 (2006) 637-641.
J. Sondow, A geometric proof that e is irrational and a new measure of its irrationality, arXiv:0704.1282 [math.HO], 2007-2010.
J. Sondow and K. Schalm, Which partial sums of the Taylor series for e are convergents to e? (and a link to the primes 2, 5, 13, 37, 463), II, Gems in Experimental Mathematics (T. Amdeberhan, L. A. Medina, and V. H. Moll, eds.), Contemporary Mathematics, vol. 517, Amer. Math. Soc., Providence, RI, 2010.
EXAMPLE
a(2) = 3 because (2+1)!/(d(2)*d(3)) = 3!/(gcd(2,5)*gcd(6,16)) = 6/2 = 3.
MATHEMATICA
(A[n_] := If[n==0, 1, n*A[n-1]+1]; d[n_] := GCD[A[n], n! ]; Table[(n+1)!/(d[n]*d[n+1]), {n, 0, 22}])
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Sondow, Oct 18 2006
STATUS
approved