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!)
A191424 E.g.f. exp(exp(1/2*x^2+1/6*x^3)-1). 0
1, 0, 1, 1, 6, 20, 95, 525, 2975, 20300, 143640, 1131900, 9548385, 86096010, 831475645, 8488104625, 91828436700, 1045926081200, 12517301471675, 157022728337475, 2058625791347125, 28160968442356750, 401055626173702500, 5936491984459286250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n)=n!*sum(m=1..n, sum(k=m..n, (stirling2(k,m)*binomial(k,n-2*k)*3^(2*k-n)*2^(-k))/k!)), n>0, a(0)=1.
PROG
(Maxima)
a(n):=n!*sum(sum((stirling2(k, m)*binomial(k, n-2*k)*3^(2*k-n)*2^(-k))/k!, k, m, n), m, 1, n);
CROSSREFS
Sequence in context: A274071 A246036 A151485 * A333048 A200538 A238118
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Jun 05 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 September 1 15:07 EDT 2024. Contains 375591 sequences. (Running on oeis4.)