The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A354685 a(n) = n! * Sum_{k=1..n} (-1)^(n-k) * Stirling1(n,k) * H(k), where H(k) is the k-th harmonic number. 2
0, 1, 5, 50, 854, 22354, 833244, 41974176, 2748169584, 226916044848, 23069499189120, 2831994888419520, 413051278946186880, 70608112721914654080, 13982696139441640584960, 3175762393024883382067200, 820007850688478572529203200, 238863690100874514528150681600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / n!^2 = Sum_{n>=1} H(n) * (-log(1-x))^n / n!.
a(n) ~ n!^2 * (log(log(n)) + gamma + 1/log(n)), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Jun 03 2022
MATHEMATICA
Table[n! Sum[(-1)^(n - k) StirlingS1[n, k] HarmonicNumber[k], {k, 1, n}], {n, 0, 17}]
nmax = 17; CoefficientList[Series[Sum[HarmonicNumber[k] (-Log[1 - x])^k/k!, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A320502 A116906 A051893 * A247951 A082100 A299353
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 03 2022
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 May 13 16:16 EDT 2024. Contains 372522 sequences. (Running on oeis4.)