login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A380017
Expansion of e.g.f. 1/(1 - 3*x*exp(x))^(1/3).
0
1, 1, 6, 55, 716, 12085, 250726, 6172915, 175903400, 5694587209, 206438732810, 8284550317351, 364605758728828, 17461047965591581, 903964982917764782, 50306323769422679995, 2994799872257498255696, 189906103853462927405329, 12779300537432602189228306
OFFSET
0,3
FORMULA
a(n) = n! * Sum_{k=0..n} (-3)^k * k^(n-k) * binomial(-1/3,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (-3)^k*k^(n-k)*binomial(-1/3, k)/(n-k)!);
CROSSREFS
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Jan 09 2025
STATUS
approved