|
| |
|
|
A090878
|
|
Numerator of integral_{0..infinity} exp(-x)*(1+x/n)^n dx.
|
|
4
| |
|
|
2, 5, 26, 103, 2194, 1223, 472730, 556403, 21323986, 7281587, 125858034202, 180451625, 121437725363954, 595953719897, 26649932810926, 3211211914492699, 285050975993898158530, 549689343118061, 640611888918574971191834
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Also numerators of e_n(n) where e_n(x) is the exponential sum function exp_n(x) and where denominators are given by either A095996 (largest divisor of n! that is coprime to n) or A036503 (denominator of n^(n-2)/n!). - Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Nov 14 2005
a(n) is a multiple of A120266[n] or equals A120266[n], A120266[n] is numerator of Sum[n^k/k!,{k,0,n}], the integral = (n-1)!/n^(n-1) * the Sum. - Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Apr 17 2008
The integral = (1/n^n)*A063170[n] (Schenker sums with n-th term, Integral_{0..infty} exp(-x)*(n+x)^n dx). - Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Apr 17 2008
|
|
|
LINKS
| Eric Weisstein. "Exponential Sum Function".
|
|
|
FORMULA
| a(n) = A036505(n-1)*Sum(A128433(n)/A128434(n): 0<=k<=n). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Mar 03 2007
|
|
|
MATHEMATICA
| f[n_] := Integrate[E^(-x)*(1 + x/n)^n, {x, 0, Infinity}]; Table[ Numerator[ f[n]], {n, 1, 20}]
|
|
|
CROSSREFS
| Denominators in A036505.
Cf. A120266, A063170.
Sequence in context: A019047 A178390 A045903 * A120762 A072268 A019014
Adjacent sequences: A090875 A090876 A090877 * A090879 A090880 A090881
|
|
|
KEYWORD
| nonn,frac
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 13 2004
|
|
|
EXTENSIONS
| Definition corrected by Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Apr 17 2008
|
| |
|
|