login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A307188 Positions of 0's in the square spiral in A275609. 6

%I #31 Jan 22 2022 23:41:08

%S 0,9,11,14,16,18,20,22,30,47,49,51,53,59,61,63,66,68,70,72,74,76,88,

%T 90,92,100,117,119,121,123,125,127,137,139,141,147,149,151,153,155,

%U 158,160,162,178,180,182,184,186,194,196,198,210,219,221,223,225,227

%N Positions of 0's in the square spiral in A275609.

%C This sequence and A307189-A307192 together partition the nonnegative numbers.

%C Comment from _N. J. A. Sloane_, Mar 31 2019: (Start)

%C 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:

%C ......

%C 0.0.0.

%C ......

%C 0.0.0.

%C ......

%C 0.0.0.

%C The dots are always to the right of or above the 0's.

%C The block B(r,s) has size 2r X 2s.

%C The block containing the center point is a B(3,5).

%C Looking at the blocks along the x-axis, moving from West to East, the successive r-values are:

%C ... 23, 19, 15, 11, 7, (3), 5, 9, 13, 17, 21, ...

%C Looking at the blocks along the y-axis, moving from South to North, the successive s-values are:

%C ... 24, 20, 16, 12, 8, (5), 6, 10, 14, 18, 22, ...

%C Except at the central block B(3,5), the differences between adjacent r- and s-values always have magnitude 4.

%C 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.

%C 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.

%C (End)

%H Alois P. Heinz, <a href="/A307188/b307188.txt">Table of n, a(n) for n = 1..20000</a> (first 1240 terms from N. J. A. Sloane)

%H Rémy Sigrist, <a href="/A307188/a307188.png">Colored scatterplot of (x,y) such that A275609(x,y) = 0 and -500 <= x <= 500 and -500 <= y <= 500</a> (where the color is function of (x mod 2) + 2 * (y mod 2))

%H N. J. A. Sloane, <a href="/A307188/a307188.txt">Central portion of spiral in A275609 showing just the 0's</a> [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.]

%Y Cf. A275609, A307189-A307192.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Mar 28 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)