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!)
A191353 E.g.f. (1+x)^(x+x^2) 0
1, 0, 2, 3, 8, 70, 54, 1428, 2624, 27144, 158040, 653400, 6245832, 48636432, -32399472, 6915245400, -59561508480, 1236398222400, -16660175380416, 304602764156928, -5255061417083520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=(sum(k=1..n, sum(i=k..n, (binomial(k,i-k)*stirling1(n-i,k))/(n-i)!)))*n!, n>0, a(0)=1.
PROG
(Maxima)
a2(n):=(sum(sum((binomial(k, i-k)*stirling1(n-i, k))/(n-i)!, i, k, n), k, 1, n))*n!;
CROSSREFS
Sequence in context: A333077 A354574 A042815 * A319218 A358562 A368246
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 April 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)