A120069 Denominators of partial sums of a convergent series involving scaled Catalan numbers A000108.
1, 2, 16, 32, 128, 256, 4096, 8192, 32768, 65536, 524288, 1048576, 4194304, 8388608, 268435456, 536870912, 2147483648, 4294967296, 34359738368, 68719476736, 274877906944, 549755813888, 8796093022208
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Denominator[Table[Sum[CatalanNumber[k]/2^(2*(k - 1)), {k, 1, n}], {n, 1, 50}]] (* G. C. Greubel, Feb 08 2017 *)
-
PARI
for(n=1,50, print1(denominator(sum(k=1,n, binomial(2*k,k)/((k+1)*2^(2*k-2)))), ", ")) \\ G. C. Greubel, Feb 08 2017
Formula
a(n) = denominator(r(n)) with the rationals r(n) defined above.
Extensions
First comment corrected by Harvey P. Dale, Oct 09 2017
Comments