[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A227673
Number of lattice paths from {n}^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.
1
1, 1, 4, 320, 1281696, 482913033152, 27297846037161958056, 337320253484345016223956919936, 1248760044848501400078426452469652899962528, 1817025580455577353700768095528219275036151622984555026720
OFFSET
0,3
EXAMPLE
a(0) = 1: () .
a(1) = 1: (1)-(0) .
. (1,2) (0,1)
. / \ / \
a(2) = 4: (2,2) (1,1) (0,0) .
. \ / \ /
. (2,1) (1,0)
CROSSREFS
Main diagonal of A227655.
Sequence in context: A280792 A027512 A153220 * A203479 A034226 A186163
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 19 2013
STATUS
approved