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!)
A375717 Expansion of e.g.f. 1 / (1 - x^3 * (exp(x) - 1))^(1/3). 0
1, 0, 0, 0, 8, 20, 40, 70, 9072, 80808, 470640, 2217930, 91956920, 1649007932, 18956858648, 169921752910, 4310715370080, 111302746115920, 2053356893604192, 29525879498171538, 660295352236840680, 19735183465373056100, 504257138580203577800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (Product_{j=0..k-1} (6*j+2)) * Stirling2(n-3*k,k)/(6^k*(n-3k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-x^3*(exp(x)-1))^(1/3)))
(PARI) a(n) = n!*sum(k=0, n\4, prod(j=0, k-1, 6*j+2)*stirling(n-3*k, k, 2)/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A351967 A086062 A006416 * A273069 A273144 A272842
KEYWORD
nonn,new
AUTHOR
Seiichi Manyama, Aug 25 2024
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 August 25 22:58 EDT 2024. Contains 375454 sequences. (Running on oeis4.)