login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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.
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