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.

Showing 1-1 of 1 results.

A307188 Positions of 0's in the square spiral in A275609.

Original entry on oeis.org

0, 9, 11, 14, 16, 18, 20, 22, 30, 47, 49, 51, 53, 59, 61, 63, 66, 68, 70, 72, 74, 76, 88, 90, 92, 100, 117, 119, 121, 123, 125, 127, 137, 139, 141, 147, 149, 151, 153, 155, 158, 160, 162, 178, 180, 182, 184, 186, 194, 196, 198, 210, 219, 221, 223, 225, 227
Offset: 1

Views

Author

N. J. A. Sloane, Mar 28 2019

Keywords

Comments

This sequence and A307189-A307192 together partition the nonnegative numbers.
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)

Crossrefs

Showing 1-1 of 1 results.