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.

A227338 Number of n-step self-avoiding walks on cubic lattice ending at point with x = k.

Original entry on oeis.org

1, 4, 1, 12, 8, 1, 44, 40, 12, 1, 172, 176, 84, 16, 1, 772, 748, 468, 144, 20, 1, 3308, 3248, 2332, 984, 220, 24, 1, 14924, 14280, 11068, 5756, 1788, 312, 28, 1, 64956, 63768, 51472, 30760, 12108, 2944, 420, 32, 1, 294252, 285296, 237832, 155912, 72948, 22732, 4516
Offset: 0

Views

Author

Joseph Myers, Jul 07 2013

Keywords

Comments

The number of walks ending with x = -k is the same as the number ending with x = k.

Examples

			Initial rows (paths of length 0, 1, 2, ...):
1;
4, 1;
12, 8, 1;
44, 40, 12, 1;
...
		

Crossrefs

Formula

For n > 0, A001412(n) = T(n,0) + 2 * Sum_{k=1..n} T(n,k). - Bert Dobbelaere, Jan 06 2019