OFFSET
0,4
COMMENTS
More precisely, this is the coordination sequence for the quotient graph Z^2 / (nZ X nZ). The graph has n^2 vertices.
There are obvious generalizations: for example, Z^2 / (mZ X nZ) where m and n are not necessarily equal.
LINKS
FORMULA
Since the underlying graphs are finite, the coordination sequences are polynomial P_n(x).
For n even, P_n(x) = (1+x)^2*(Sum_{i=0..(n-2)/2} x^i)^2;
for n odd, P_n(x) = (1 + 2*Sum_{i=0..(n-1)/2} x^i)^2.
EXAMPLE
The triangle begins:
1,
1,
1, 2, 1,
1, 4, 4,
1, 4, 6, 4, 1,
1, 4, 8, 8, 4,
1, 4, 8, 10, 8, 4, 1,
1, 4, 8, 12, 12, 8, 4,
1, 4, 8, 12, 14, 12, 8, 4, 1,
1, 4, 8, 12, 16, 16, 12, 8, 4,
1, 4, 8, 12, 16, 18, 16, 12, 8, 4, 1,
...
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
N. J. A. Sloane, Dec 01 2018
STATUS
approved
