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!)
A130552 Denominators of partial sums for a series of (4/5)*Zeta(3). 2
1, 24, 1080, 60480, 1512000, 7128000, 31783752000, 254270016000, 38903312448000, 67196630592000, 89438715317952000, 9308101594176000, 347648286440879424000, 347648286440879424000, 50409001533927516480000, 735378375318472005120000, 3612913957939652961154560000, 18401938665227434437120000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For the rationals r(n) := 2*Sum_{j=1..n} ((-1)^(j-1))/((j^3)*binomial(2*j,j)), n >= 1, the van der Poorten reference and a W. Lang link see A130551.
Numerators are given in A130551.
LINKS
FORMULA
a(n) = denominator(r(n)), n >= 1.
PROG
(PARI) a(n) = denominator(2*sum(j=1, n, (-1)^(j-1)/(j^3*binomial(2*j, j)))); \\ Michel Marcus, Nov 09 2019
CROSSREFS
Cf. A130551 (numerators).
Sequence in context: A112010 A278650 A046906 * A160260 A268149 A114051
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Jul 13 2007
EXTENSIONS
More terms from Michel Marcus, Nov 09 2019
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 31 20:57 EDT 2024. Contains 373003 sequences. (Running on oeis4.)