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!)
A375700 Expansion of e.g.f. 1 / (1 + x^3 * log(1 - x))^(1/3). 0
1, 0, 0, 0, 8, 20, 80, 420, 11648, 100800, 912000, 9055200, 181547520, 2790627840, 41568334080, 635617382400, 13172198645760, 273158953267200, 5632405756723200, 117530452124467200, 2815021136030515200, 71252240659839590400, 1844362570865444044800 (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)) * |Stirling1(n-3*k,k)|/(6^k*(n-3k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+x^3*log(1-x))^(1/3)))
(PARI) a(n) = n!*sum(k=0, n\4, prod(j=0, k-1, 6*j+2)*abs(stirling(n-3*k, k, 1))/(6^k*(n-3*k)!));
CROSSREFS
Sequence in context: A101363 A003685 A066011 * A333156 A365606 A007016
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 05:03 EDT 2024. Contains 375454 sequences. (Running on oeis4.)