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”).
%I #10 Nov 09 2019 15:25:03
%S 1,6,5,140,1260,110,60060,72072,680680,12932920,38798760,11440660,
%T 185910725,5736673800,4621209450,3438179830800,10314539492400,
%U 140744203600,59365905078480,127212653739600,4056670180362800
%N Denominators of partial sums for a series for 2*Pi*sqrt(3)/9.
%C Numerators are given in A130553.
%C For the rationals r(n) := 2*Sum_{j=1..n} 1/(j*binomial(2*j,j)), n >= 1, the A. Comtet reference and a W. Lang link see A130553.
%F a(n) = denominator(r(n)), n >= 1, with the rationals r(n) defined above.
%o (PARI) a(n) = denominator(2*sum(j=1, n, 1/(j*binomial(2*j, j)))); \\ _Michel Marcus_, Nov 09 2019
%Y Cf. A130553 (numerators), A248897 (2*Pi*sqrt(3)/9).
%K nonn,frac,easy
%O 1,2
%A _Wolfdieter Lang_, Jul 13 2007