A341163 a(n) is the X-coordinate of the n-th point of the space filling curve A defined in Comments section; A341164 gives Y-coordinates.
0, 1, 3, 2, 0, 1, 3, 4, 6, 5, 3, 4, 6, 5, 3, 2, 0, 1, 3, 2, 0, 1, 3, 4, 6, 7, 9, 8, 6, 7, 9, 10, 12, 11, 9, 10, 12, 11, 9, 8, 6, 7, 9, 8, 6, 7, 9, 10, 12, 11, 9, 10, 12, 11, 9, 8, 6, 5, 3, 4, 6, 5, 3, 2, 0, 1, 3, 2, 0, 1, 3, 4, 6, 5, 3, 4, 6, 5, 3, 2, 0, 1, 3
Offset: 0
Examples
The curve A starts as follows: . . . . 5 . 4 . . 6 . . 3 . . . 1 . . 7 . 0 . . 2 . . 8 - so a(0) = a(4) = 0, a(1) = a(5) = 1, a(3) = 2, a(2) = a(6) = 3, a(8) = 6.
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..8192
- Zbigniew Fiedorowicz, The Peano Curve Theorem
- Rémy Sigrist, Illustration of A_5
- Rémy Sigrist, Illustration of the first bisection of A
- Rémy Sigrist, Illustration of the first quadrisection of A
- Rémy Sigrist, Illustration of the fourth quadrisection of A
- Rémy Sigrist, PARI program for A341163
- Index entries for sequences related to coordinates of 2D curves
Programs
-
PARI
See Links section.
Comments