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!)
A174496 a(n) = coefficient of x^n/(n-1)! in the 6-fold iteration of x*exp(x). 3
1, 6, 66, 1041, 21216, 527631, 15441636, 518651881, 19630068656, 825581830491, 38159948599956, 1921319136589221, 104603652465885096, 6120324106269585751, 382829011514506048556, 25484466375276284094561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
O.g.f.: Sum_{n>=1} A174495(n)*x^n/(1-n*x)^n, where A174495(n) = [x^n/(n-1)! ] E(E(E(E(E(x))))) and E(x) = x*exp(x).
E.g.f. equals the 2-fold iteration of the e.g.f. of A174493.
E.g.f. equals the 3-fold iteration of the e.g.f. of A080108.
EXAMPLE
E.g.f.: x + 6*x^2 + 66*x^3/2! + 1041*x^4/3! + 21216*x^5/4! +...
PROG
(PARI) {a(n)=local(F=x, xEx=x*exp(x+x*O(x^n))); for(i=1, 6, F=subst(F, x, xEx)); (n-1)!*polcoeff(F, n)}
CROSSREFS
Sequence in context: A360976 A360236 A128319 * A008548 A090358 A359462
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 17 2010
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)