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!)
A207648 Expansion of e.g.f. Sum_{n>=0} 1/(n+1)! * Product_{k=1..n} ((1+x)^(n+k) - 1). 1
1, 1, 5, 60, 1192, 34790, 1378380, 70445130, 4478636736, 344722776048, 31454679473280, 3345722335272240, 409180573835161920, 56883771843543627840, 8902319140111902785280, 1555438839901675382253600, 301239031844599064651635200, 64260075520580099615272097280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare e.g.f. to: Sum_{n>=0} 1/(n+1)! * Product_{k=1..n} (n+k)*x, which is a g.f. of Catalan numbers (A000108).
LINKS
FORMULA
E.g.f.: Sum_{n>=0} 1/(n+1)! * Product_{k=1..n} ((1+x)^(n+k) - 1).
EXAMPLE
E.g.f.: A(x) = 1 + x + 5*x^2/2! + 60*x^3/3! + 1192*x^4/4! + 34790*x^5/5! +...
such that, by definition,
A(x) = 1 + ((1+x)^2-1)/2! + ((1+x)^3-1)*((1+x)^4-1)/3! + ((1+x)^4-1)*((1+x)^5-1)*((1+x)^6-1)/4! + ((1+x)^5-1)*((1+x)^6-1)*((1+x)^7-1)*((1+x)^8-1)/5! +...
PROG
(PARI) {a(n)=n!*polcoeff(sum(m=0, n, 1/(m+1)!*prod(k=1, m, (1+x)^(m+k)-1 +x*O(x^n)) ), n)}
for(n=0, 25, print1(a(n), ", "))
CROSSREFS
Cf. A207649.
Sequence in context: A113665 A147585 A138215 * A349883 A010793 A180614
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 19 2012
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 June 3 10:30 EDT 2024. Contains 373060 sequences. (Running on oeis4.)