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!)
A304581 Numerator of Sum_{k=1..n-1} 1/(k*(n-k))^2. 3
0, 0, 1, 1, 41, 13, 8009, 161, 190513, 167101, 13371157, 21857, 316786853, 371449, 52598187029, 260957190289, 129548894873, 3562512061, 295728132584141, 814542451061, 105590441859671453, 21013691164284241, 2988054680665783, 5623939943287, 1567371864703176307 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Sum_{k=1..n-1} 1/(k*(n-k))^2 is asymptotic to Pi^2/(3*n^2) + 4*log(n)/n^3.
LINKS
Eric Weisstein's World of Mathematics, Dilogarithm.
Eric Weisstein's World of Mathematics, Polylogarithm.
EXAMPLE
0, 0, 1, 1/2, 41/144, 13/72, 8009/64800, 161/1800, 190513/2822400, ...
MATHEMATICA
CoefficientList[Series[PolyLog[2, x]^2, {x, 0, 25}], x]//Numerator
Table[Sum[1/(k*(n - k))^2, {k, 1, n - 1}], {n, 0, 25}]//Numerator
CROSSREFS
Sequence in context: A215540 A107813 A198162 * A153682 A033361 A321570
KEYWORD
nonn,frac
AUTHOR
Vaclav Kotesovec, May 15 2018
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 June 29 14:02 EDT 2024. Contains 373851 sequences. (Running on oeis4.)