The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128062 a(n) = denominator of b(n), where sum{m>=0} b(m)*x^m/m! = x/(sum{m>=1} H(m) x^m/ m!) = exp(-x)*x/(sum{m>=1} x^m (-1)^(m+1)/(m!*m)). (H(m) = sum{k=1 to m} 1/k.). 1
1, 4, 72, 96, 21600, 17280, 5080320, 322560, 326592000, 145152000, 63228211200, 22992076800, 1298164008960000, 292919058432000, 11298306539520000, 273898340352000, 48978158848819200000, 886482513100800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
b(0)=1. b(n) = -sum{k=1 to n} binomial(n,k) H(k+1) b(n-k)/(k+1).
EXAMPLE
1/(1 + x * 3/(2 * 2) + x^2 * 11/(6 * 6) + x^3 * 25/(12 * 24) +...) = 1 -x * 3/4 + x^2 * 37/72 -x^3 * 29/96 ...
MATHEMATICA
b[0] = 1; b[n_] := b[n] = -Sum[Binomial[n, k] *HarmonicNumber[k + 1]*b[n - k]/(k + 1), {k, n}]; Denominator[Array[b, 20, 0]] (* Ray Chandler, Feb 19 2007 *)
CROSSREFS
Cf. A128061.
Sequence in context: A340917 A161791 A132097 * A336253 A227248 A113839
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Feb 13 2007
EXTENSIONS
Extended by Ray Chandler, Feb 19 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 05:14 EDT 2024. Contains 372536 sequences. (Running on oeis4.)