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!)
A074708 -log(1-Sum_{n>0} x^n/n^2) = Sum_{n>=0} a(n)*x^n/n!^2. 3
1, 3, 25, 406, 10856, 432536, 24032380, 1776015088, 168482342208, 19958023887552, 2887514448643584, 501074299946343168, 102727197888801668352, 24564844379606631001344, 6776711942017520895558912, 2136315270266212479331055616, 763191034622566084583650197504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = ((n-1)!)^2 + (1/n) * Sum_{k=1..n-1} (binomial(n,k) * (k-1)!)^2 * (n-k) * a(n-k). - Ilya Gutkovskiy, Jul 16 2021
a(n) ~ d^n * n! * (n-1)!, where d = 1.31312358308891164912353600222812555333413518214112353115268393... - Vaclav Kotesovec, Jul 17 2021
MATHEMATICA
nmax = 20; Rest[CoefficientList[Series[-Log[1 - Sum[x^k/k^2, {k, 1, nmax}]], {x, 0, nmax}], x] * Range[0, nmax]!^2] (* Vaclav Kotesovec, Jul 17 2021 *)
PROG
(PARI) seq(n)={Vec(serlaplace(serlaplace(-log(O(x*x^n) + 1 - sum(k=1, n, x^k/k^2)))))} \\ Andrew Howroyd, Jan 27 2020
CROSSREFS
Cf. A003713.
Sequence in context: A192552 A143925 A245309 * A323217 A160143 A009843
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Sep 04 2002
EXTENSIONS
Terms a(15) and beyond from Andrew Howroyd, Jan 27 2020
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 31 19:33 EDT 2024. Contains 373003 sequences. (Running on oeis4.)