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!)
A336291 a(n) = (n!)^2 * Sum_{k=1..n} 1 / (k * ((n-k)!)^2). 2
0, 1, 6, 39, 424, 7905, 227766, 9324511, 512970144, 36452217969, 3247711402870, 354391640998791, 46474986465907176, 7210874466760191409, 1306387103147257800774, 273269900360634449732895, 65363179181419926246184576, 17726298367452515070739268001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^2 = -log(1 - x) * BesselI(0,2*sqrt(x)).
a(n) ~ BesselI(0,2) * (n!)^2 / n. - Vaclav Kotesovec, Jul 17 2020
MATHEMATICA
Table[(n!)^2 Sum[1/(k ((n - k)!)^2), {k, 1, n}], {n, 0, 17}]
nmax = 17; CoefficientList[Series[-Log[1 - x] BesselI[0, 2 Sqrt[x]], {x, 0, nmax}], x] Range[0, nmax]!^2
PROG
(PARI) a(n) = (n!)^2 * sum(k=1, n, 1 / (k * ((n-k)!)^2)); \\ Michel Marcus, Jul 17 2020
CROSSREFS
Sequence in context: A252761 A145709 A280006 * A034661 A094654 A145001
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 16 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)