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!)
A326884 E.g.f.: Product_{k>=1} (1 + k*(exp(x)-1)^k). 3
1, 1, 5, 43, 377, 4291, 58745, 914803, 15641897, 298104451, 6337624985, 147137420563, 3674045105417, 98093008751011, 2793940490888825, 84812168406518323, 2737609202984488937, 93486719521251467971, 3358396276982001106265, 126434158646122122080083 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} A022629(k)*Stirling2(n,k)*k!.
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1+k*(Exp[x]-1)^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A178826 A082311 A269121 * A241707 A322246 A306080
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 31 2019
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)