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!)
A346411 a(n) = (n!)^2 * Sum_{k=0..n-1} (-1)^k / ((n-k) * k!)^2. 1
0, 1, -3, 4, -8, 1, 353, 27224, 1871840, 147012849, 13684928021, 1514370713340, 197964773810648, 30300949591876913, 5380510834911767033, 1098630080602791984784, 255851291397441057781120, 67450889282916741495608737, 19994198644782014829579657837, 6623096362909598587714211804212 (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) * BesselJ(0,2*sqrt(x)).
MATHEMATICA
Table[(n!)^2 Sum[(-1)^k/((n - k) k!)^2, {k, 0, n - 1}], {n, 0, 19}]
nmax = 19; CoefficientList[Series[PolyLog[2, x] BesselJ[0, 2 Sqrt[x]], {x, 0, nmax}], x] Range[0, nmax]!^2
CROSSREFS
Sequence in context: A270107 A100231 A016609 * A199618 A088745 A213922
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 18 03:36 EDT 2024. Contains 372618 sequences. (Running on oeis4.)