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.

A227657 Number of lattice paths from {3}^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, 8, 320, 33904, 7453320, 2940381648, 1891074940160, 1850957806329280, 2618225365541294080, 5140671157605632743040, 13563806648374752374753280, 46834662679585827124435729920, 206992078337280281738792256468480, 1149167357682367147108624229192064000
Offset: 0

Views

Author

Alois P. Heinz, Jul 19 2013

Keywords

Examples

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

Crossrefs

Row n=3 of A227655.
Cf. A000079.