[go: up one dir, main page]

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!)
A367883 Expansion of e.g.f. 1/(1 + x * log(1-2*x)). 2
1, 0, 4, 12, 160, 1440, 20928, 309120, 5604352, 110896128, 2480762880, 60669480960, 1625897189376, 47158671605760, 1475038408015872, 49434699759943680, 1768135111433256960, 67206058595340779520, 2705431746964327759872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = n! * Sum_{k=2..n} 2^(k-1)/(k-1) * a(n-k)/(n-k)!.
a(n) = n! * Sum_{k=0..floor(n/2)} 2^(n-k) * k! * |Stirling1(n-k,k)|/(n-k)!.
MATHEMATICA
With[{nn=20}, CoefficientList[Series[1/(1+x Log[1-2x]), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 11 2024 *)
PROG
(PARI) a(n) = n!*sum(k=0, n\2, 2^(n-k)*k!*abs(stirling(n-k, k, 1))/(n-k)!);
CROSSREFS
Cf. A367884.
Sequence in context: A032071 A365310 A222393 * A359655 A213143 A173603
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 04 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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)