cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A112696 Partial sum of Catalan numbers A000108 multiplied by powers of 2.

Original entry on oeis.org

1, 3, 11, 51, 275, 1619, 10067, 64979, 431059, 2920403, 20119507, 140513235, 992530387, 7078367187, 50896392147, 368577073107, 2685777334227, 19678579249107, 144888698621907, 1071443581980627, 7954422715502547
Offset: 0

Views

Author

Wolfdieter Lang, Oct 31 2005

Keywords

Crossrefs

Third column (m=2) of triangle A112705.

Programs

Formula

a(n) = Sum_{k=0..n} C(k)*2^k, n >= 0, with C(n):=A000108(n).
G.f.: c(2*x)/(1-x), where c(x):=(1-sqrt(1-4*x))/(2*x) is the o.g.f. of Catalan numbers A000108.
a(n) = Sum_{j=0..n} binomial(2*j,j)*2^j/(j+1). - Zerinvary Lajos, Oct 26 2006
Recurrence: (n+1)*a(n) = 3*(3*n-1)*a(n-1) - 4*(2*n-1)*a(n-2). - Vaclav Kotesovec, Oct 19 2012
a(n) ~ 2^(3*n+3)/(7*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Oct 19 2012