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!)
A308877 Expansion of e.g.f. (1 + log(1 - x))/(1 + 2*log(1 - x)). 1
1, 1, 5, 38, 386, 4904, 74776, 1330272, 27046848, 618653280, 15723024864, 439559609664, 13405656582336, 442915145716224, 15759326934391296, 600783539885546496, 24430204949876794368, 1055516761826050203648, 48286612866726631489536, 2331682676308057000255488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} |Stirling1(n,k)| * 2^(k-1) * k!.
a(n) ~ n! * exp(n/2) / (4 * (exp(1/2) - 1)^(n+1)). - Vaclav Kotesovec, Jun 29 2019
MATHEMATICA
nmax = 19; CoefficientList[Series[(1 + Log[1 - x])/(1 + 2 Log[1 - x]), {x, 0, nmax}], x] Range[0, nmax]!
Join[{1}, Table[Sum[Abs[StirlingS1[n, k]] 2^(k - 1) k!, {k, 1, n}], {n, 1, 19}]]
CROSSREFS
Sequence in context: A213639 A243690 A335530 * A322908 A098937 A190314
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 29 2019
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 April 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)