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.

A227658 Number of lattice paths from {4}^n to {0}^n using steps that decrement one component by 1 such that for each point (p_1,p_2,...,p_n) we have abs(p_{i}-p_{i+1}) <= 1.

Original entry on oeis.org

1, 1, 16, 2328, 1281696, 1897242448, 6173789662504, 38746316631586896, 427196257460311066608, 7716228754248308194763776, 216245142312150285990621189096, 9001993707519997876764394044746416, 537141544856485105833302134461795535280
Offset: 0

Views

Author

Alois P. Heinz, Jul 19 2013

Keywords

Examples

			a(2) = 2^4 = 16:
.     (3,4)       (2,3)       (1,2)       (0,1)
.    /     \     /     \     /     \     /     \
(4,4)       (3,3)       (2,2)       (1,1)       (0,0)
.    \     /     \     /     \     /     \     /
.     (4,3)       (3,2)       (2,1)       (1,0)
		

Crossrefs

Row n=4 of A227655.