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!)
A130546 Denominators of 2*Sum_{k=1..n} 1/binomial(2*k,k), n >= 1. 1
1, 3, 30, 210, 315, 6930, 16380, 60060, 1021020, 19399380, 461890, 37182145, 106234700, 75482550, 166363540200, 5157269746200, 1719089915400, 12033629407800, 445244288088600, 445244288088600, 588871477794600, 784965679900201800, 1177448519850302700, 55340080432964226900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numerators are given by A130545.
For the rationals r(n) := 2*Sum_{k=1..n} 1/binomial(2*k,k), n >= 1, the Comtet reference and a W. Lang link see A130545.
LINKS
FORMULA
a(n) = denominator(r(n)), n >= 1.
MATHEMATICA
Accumulate[Table[2 1/Binomial[2n, n], {n, 30}]]//Denominator (* Harvey P. Dale, Aug 12 2022 *)
PROG
(PARI) a(n) = denominator(2*sum(k=1, n, 1/binomial(2*k, k))); \\ Michel Marcus, Nov 09 2019
CROSSREFS
Cf. A130545 (numerators).
Sequence in context: A003771 A121100 A203366 * A051133 A332426 A043030
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 June 12 04:26 EDT 2024. Contains 373321 sequences. (Running on oeis4.)