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!)
A130548 Denominators of 6*(sum(1/binomial(2*k,k),k=1..n)-1/3), n>=1. 2
1, 1, 10, 70, 105, 2310, 5460, 20020, 340340, 6466460, 461890, 37182145, 106234700, 25160850, 55454513400, 1719089915400, 573029971800, 4011209802600, 148414762696200, 148414762696200, 196290492598200, 261655226633400600, 392482839950100900, 18446693477654742300, 64563427171791598050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Numerators are given by A130547.
For the rationals r(n):= 6*(sum(1/binomial(2*k,k),k=1..n)-1/3), n>=1, the Comtet reference and a W. Lang link see A130547.
LINKS
FORMULA
a(n) = denominator(r(n)), n>=1.
PROG
(PARI) a(n) = denominator(6*(sum(k=1, n, 1/binomial(2*k, k)) - 1/3)); \\ Michel Marcus, Nov 09 2019
CROSSREFS
Cf. A130547. (numerators).
Sequence in context: A016273 A128737 A320228 * A160662 A090084 A025221
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 21:26 EDT 2024. Contains 373003 sequences. (Running on oeis4.)