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!)
A346409 a(n) = (n!)^2 * Sum_{k=0..n-1} (-1)^k / ((n-k)^2 * k!). 1
0, 1, -3, 13, -52, 476, 1344, 156192, 6935424, 470168064, 38948065920, 3979380286080, 489922581219840, 71586095491054080, 12249193741572372480, 2426646293132502067200, 551096248249459158220800, 142236660450422499604070400, 41404182857569072540171468800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = polylog(2,x) * exp(-x).
MATHEMATICA
Table[(n!)^2 Sum[(-1)^k/((n - k)^2 k!), {k, 0, n - 1}], {n, 0, 18}]
nmax = 18; CoefficientList[Series[PolyLog[2, x] Exp[-x], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A037660 A122600 A063682 * A082376 A065059 A198584
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jul 15 2021
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 4 05:10 EDT 2024. Contains 372227 sequences. (Running on oeis4.)