The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A362956 a(n) is the y-coordinate of the n-th point in a square spiral mapped to a square grid rotated by Pi/4 using the distance-limited strip bijection described in A307110. 5

%I #10 May 10 2023 09:47:33

%S 0,0,1,1,0,0,-1,-1,0,1,1,2,3,2,2,1,0,-1,-1,-2,-3,-2,-2,-1,0,1,1,2,3,3,

%T 4,4,3,2,2,1,0,-1,-1,-2,-3,-3,-4,-4,-3,-2,-2,-1,0,1,2,2,3,4,4,5,6,5,4,

%U 3,3,2,1,1,0,-1,-2,-2,-3,-4,-4,-5,-6,-5,-4,-3,-3,-2,-1,-1,0,0

%N a(n) is the y-coordinate of the n-th point in a square spiral mapped to a square grid rotated by Pi/4 using the distance-limited strip bijection described in A307110.

%H Hugo Pfoertner, <a href="/A362956/b362956.txt">Table of n, a(n) for n = 0..3000</a>

%H Hugo Pfoertner, <a href="https://oeis.org/plot2a?name1=A362955&amp;name2=A362956&amp;tform1=untransformed&amp;tform2=untransformed&amp;shift=0&amp;radiop1=xy&amp;drawlines=true">Plot of mapped spiral</a>, using Plot 2.

%o (PARI) \\ for functions ax, ay, p see A362955

%o for (k=0, 81, print1 (p(ax(k),ay(k))[2]", "))

%Y A362955 gives the corresponding x-coordinates.

%Y Cf. A174344, A274923, A307110, A307731.

%K sign

%O 0,12

%A _Hugo Pfoertner_, May 10 2023

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 May 23 07:28 EDT 2024. Contains 372760 sequences. (Running on oeis4.)