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!)
A375716 Expansion of e.g.f. 1 / (1 - x^3 * (exp(x) - 1))^(1/6). 0
1, 0, 0, 0, 4, 10, 20, 35, 3976, 35364, 205920, 970365, 37643980, 670990606, 7705037704, 69043474955, 1690055888080, 43135620048200, 793592298255936, 11401734214307769, 250361353418216340, 7380072768323315410, 187670442928777057480, 3868359812089009616071 (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+1)) * 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/6)))
(PARI) a(n) = n!*sum(k=0, n\4, prod(j=0, k-1, 6*j+1)*stirling(n-3*k, k, 2)/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A355308 A356952 A356963 * A370992 A355180 A341656
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 26 03:00 EDT 2024. Contains 375454 sequences. (Running on oeis4.)