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!)
A371198 Expansion of e.g.f. 1/(1 + x^3 * log(1 - x - x^2)). 2
1, 0, 0, 0, 24, 180, 960, 8820, 129024, 2177280, 32875200, 533887200, 9997827840, 212133841920, 4799669696640, 114208231737600, 2901190960926720, 79007705121945600, 2289453730357248000, 69972073047194572800, 2249392810263651532800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{j=0..n} Sum_{k=0..floor(j/3)} k! * binomial(j-2*k,n-j-k) * |Stirling1(j-2*k,k)|/(j-2*k)!.
PROG
(PARI) a(n) = n!*sum(j=0, n, sum(k=0, j\3, k!*binomial(j-2*k, n-j-k)*abs(stirling(j-2*k, k, 1))/(j-2*k)!));
CROSSREFS
Cf. A371158.
Sequence in context: A165187 A052761 A371158 * A073993 A214310 A052758
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 15 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 1 00:10 EDT 2024. Contains 374809 sequences. (Running on oeis4.)