A341121 a(n) is the Y-coordinate of the n-th point of the space filling curve C defined in Comments section; A341120 gives X-coordinates.
0, 1, 1, 1, 0, 0, 1, 2, 2, 2, 3, 4, 4, 3, 3, 3, 4, 4, 5, 6, 6, 7, 7, 7, 6, 7, 7, 7, 6, 6, 5, 4, 4, 4, 5, 6, 6, 7, 7, 7, 6, 7, 7, 7, 6, 6, 5, 4, 4, 3, 3, 3, 4, 4, 3, 2, 2, 2, 1, 0, 0, 1, 1, 1, 0, 0, 1, 2, 2, 3, 3, 3, 2, 3, 3, 3, 2, 2, 1, 0, 0, 1, 1, 1, 0, 0, 1
Offset: 0
Keywords
Examples
Points n and their locations X=A341120(n), Y=a(n) begin as follows. n=7 and n=9 are both at X=3,Y=2, and n=11,n=31 both at X=3,Y=4. | | 4 | 16---17 12--11,31 | | | | 3 | 15---14---13 10 | | 2 | 8---7,9 | | 1 | 1----2----3 6 | | | | Y=0 | 0 4----5 +-------------------- X=0 1 2 3
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..16384
- F. M. Dekking, Recurrent Sets, Advances in Mathematics, vol. 44, no. 1, 1982.
- Rémy Sigrist, PARI program for A341121
- Index entries for sequences related to coordinates of 2D curves
Programs
-
PARI
See Links section.
Comments