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.

A268430 Number of North-East paths from (0,0) to (n,n) that have even number of times bounce off y = x to the right.

Original entry on oeis.org

1, 2, 5, 16, 53, 184, 654, 2368, 8689, 32216, 120434, 453248, 1715266, 6521584, 24894364, 95353472, 366324729, 1411015064, 5447548682, 21074836864, 81682204614, 317110750672, 1232951721604, 4800353915264, 18712880651802, 73030245143792, 285311648317172
Offset: 0

Views

Author

Ran Pan, Feb 04 2016

Keywords

Comments

This sequence is related to paired pattern P_2 in Section 3.2 in Pan and Remmel's link.

Crossrefs

Formula

G.f.: (-1 + 3*f(x) - 2*x*(-2 + 5*f(x)+ 6*f(x)*x))/(2*(4*x - 1) (-1 + 4*x*(1 + x))), where f(x) = sqrt(1 - 4*x).
a(n) = binomial(2*n,n) - A268431(n).
Showing 1-1 of 1 results.