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!)
A191351 E.g.f. (1+x+x^2)^(x+x^2) 0
1, 0, 2, 9, 8, 130, 1134, -252, 29504, 447480, -1837800, 14172840, 471846792, -4864408848, 14099478288, 1166776034760, -18687216197760, 31767501808320, 5630793922569024, -113411010324632832, 156669582211562880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=(sum(m=1..n, sum(k=m..n, (binomial(k,n-k)*stirling1(k-m,m))/(k-m)!)))*n!, n>0, a(0)=1.
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1+x+x^2)^(x+x^2), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 21 2017 *)
PROG
(Maxima)
a(n):=(sum(sum((binomial(k, n-k)*stirling1(k-m, m))/(k-m)!, k, m, n), m, 1, n))*n!;
CROSSREFS
Sequence in context: A351166 A092270 A249225 * A324553 A230283 A121067
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, May 31 2011
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 2 17:46 EDT 2024. Contains 372203 sequences. (Running on oeis4.)