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!)
A304582 Denominator of Sum_{k=1..n-1} 1/(k*(n-k))^2. 3
1, 1, 1, 2, 144, 72, 64800, 1800, 2822400, 3175200, 317520000, 635040, 11064936960, 15367968, 2545242860160, 14609174580000, 8310997094400, 259718659200, 24319016372851200, 75058692508800, 10838475198270720000, 2389883781218693760, 374701571140216320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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]//Denominator
Table[Sum[1/(k*(n - k))^2, {k, 1, n - 1}], {n, 0, 25}]//Denominator
CROSSREFS
Sequence in context: A101827 A283097 A371588 * A320061 A282296 A163275
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 26 09:38 EDT 2024. Contains 373717 sequences. (Running on oeis4.)