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.

Showing 1-1 of 1 results.

A134184 A transform of the central binomial coefficients A001405.

Original entry on oeis.org

1, 1, 3, 7, 17, 43, 109, 279, 721, 1871, 4881, 12783, 33585, 88495, 233745, 618719, 1640833, 4358719, 11595841, 30890751, 82391297, 219995007, 588004737, 1573072383, 4211960065, 11286490879, 30265474305
Offset: 0

Views

Author

Paul Barry, Oct 11 2007

Keywords

Comments

Hankel transform is A134185.

Formula

G.f.: g(x(1+x)) where g(x) is the g.f. of A001405; a(n)=sum{k=0..n, binomial(k,n-k)*binomial(k,floor(k/2))}; a(n)=sum{k=0..floor(n/2), binomial(n-k,k)*binomial(n-k,floor((n-k)/2))};
Showing 1-1 of 1 results.