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.

A323857 Sum of end-to-end Manhattan distances over all self-avoiding n-step walks on 4-d cubic lattice.

Original entry on oeis.org

1, 14, 135, 1144, 9083, 69690, 522781, 3864524, 28243251, 204687550, 1473038447, 10542725976, 75096139471, 532846305962, 3767808141891, 26566180648012, 186826646453453
Offset: 1

Views

Author

Hugo Pfoertner, Feb 03 2019

Keywords

Comments

The first step is kept fixed, i.e., (0,0,0,0) -> (1,0,0,0).

Examples

			a(3) = 135, because there are 6 (of A010575(3)/8=49) end points with Manhattan distance 1, (0,-1,0,0), (0,1,0,0), (0,0,-1,0), (0,0,1,0), (0,0,0,-1), (0,0,0,1), and the remaining 43 end points all have Manhattan distance 3, e.g., (3,0,0,0), (2,-1,0,0), ..., (1,-1,-1,0), ... 135 = 6*1 + 43*3.
		

Crossrefs