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.

A268401 Number of North-East lattice paths from (0,0) to (n,n) that bounce off the diagonal y = x to the right exactly three times.

Original entry on oeis.org

1, 6, 31, 146, 655, 2850, 12148, 51028, 212039, 873870, 3578404, 14578576, 59149381, 239177006, 964439355, 3879856458, 15577609711, 62439489346, 249917575553, 999080441830, 3989726087031, 15917901326330, 63457122234055, 252796365476922, 1006456231070795, 4004838954237250, 15928299669867291
Offset: 4

Views

Author

Ran Pan, Feb 03 2016

Keywords

Comments

This sequence is related to paired pattern P_2 in Pan and Remmel's link.
By symmetry, it is also the number of North-East lattice paths from (0,0) to (n,n) that bounce off the diagonal y = x to the left exactly three times.

Crossrefs

Cf. A268400.

Formula

G.f.: -((-1 + f(x))^4*x^2*(-1 + f(x) + 2*x))/(2*(1 - f(x) + (-5 + f(x))*x)^4), where f(x) = sqrt(1 - 4*x).