OFFSET
1,2
COMMENTS
Comment from N. J. A. Sloane, Mar 31 2019: (Start)
Both Rémy Sigrist's illustration and mine show the same block structure. A block B(r,s) will mean an array of r X s 0's separated by rows and columns of blanks. Here is B(3,5), with blanks represented by dots:
......
0.0.0.
......
0.0.0.
......
0.0.0.
The dots are always to the right of or above the 0's.
The block B(r,s) has size 2r X 2s.
The block containing the center point is a B(3,5).
Looking at the blocks along the x-axis, moving from West to East, the successive r-values are:
... 23, 19, 15, 11, 7, (3), 5, 9, 13, 17, 21, ...
Looking at the blocks along the y-axis, moving from South to North, the successive s-values are:
... 24, 20, 16, 12, 8, (5), 6, 10, 14, 18, 22, ...
Except at the central block B(3,5), the differences between adjacent r- and s-values always have magnitude 4.
Furthermore, as we move North, each block is displaced by one step to the East from the block below it. As we move East, each block is displaced by one step to the South from the block to the West of it.
These displacements can be seen in both illustrations. In Sigrist's illustration, notice how the blocks gradually shift to the East along the y-xis, and to the South along along the x-axis.
(End)
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..20000 (first 1240 terms from N. J. A. Sloane)
Rémy Sigrist, Colored scatterplot of (x,y) such that A275609(x,y) = 0 and -500 <= x <= 500 and -500 <= y <= 500 (where the color is function of (x mod 2) + 2 * (y mod 2))
N. J. A. Sloane, Central portion of spiral in A275609 showing just the 0's [Entries 1,2,3,4 in the spiral have been replaced by dots. The central 0 has been changed to an X. The illustration shows cells (x,y) with -35 <= x <= 35, -33 <= y <= 36.]
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 28 2019
STATUS
approved