A130554 Denominators of partial sums for a series for 2*Pi*sqrt(3)/9.
1, 6, 5, 140, 1260, 110, 60060, 72072, 680680, 12932920, 38798760, 11440660, 185910725, 5736673800, 4621209450, 3438179830800, 10314539492400, 140744203600, 59365905078480, 127212653739600, 4056670180362800
Offset: 1
Programs
-
PARI
a(n) = denominator(2*sum(j=1, n, 1/(j*binomial(2*j, j)))); \\ Michel Marcus, Nov 09 2019
Formula
a(n) = denominator(r(n)), n >= 1, with the rationals r(n) defined above.
Comments