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!)
A366752 Expansion of e.g.f. -log(1 + x^2 * log(1 - x)). 1
0, 0, 0, 6, 12, 40, 540, 3528, 25200, 324000, 3648960, 41690880, 622274400, 9573033600, 150465579264, 2705877820800, 51819600268800, 1028013655818240, 22086154437442560, 504188626820659200, 11997041025160396800, 301999960230701322240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=1..floor(n/3)} (k-1)! * |Stirling1(n-2*k,k)|/(n-2*k)!.
PROG
(PARI) a(n) = n!*sum(k=1, n\3, (k-1)!*abs(stirling(n-2*k, k, 1))/(n-2*k)!);
CROSSREFS
Cf. A368165.
Sequence in context: A007121 A356910 A353228 * A375685 A351503 A371118
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 15 2023
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 September 13 11:30 EDT 2024. Contains 375905 sequences. (Running on oeis4.)