A334485 a(n) is the X-coordinate of the n-th point of Gosper's flowsnake curve; sequence A334486 gives Y-coordinates.
0, 1, 1, 0, -1, 0, 1, 2, 3, 3, 3, 2, 2, 1, 1, 0, -1, -2, -1, 0, 0, -1, -2, -3, -2, -2, -3, -4, -4, -3, -3, -4, -5, -4, -3, -2, -1, -1, -2, -3, -2, -1, 0, 0, 1, 2, 2, 1, 2, 3, 4, 4, 3, 2, 3, 4, 5, 6, 6, 6, 5, 5, 4, 4, 5, 5, 5, 4, 4, 3, 3, 2, 1, 0, 1, 2, 2, 1, 1
Offset: 0
Examples
The Gosper curve starts (on a hexagonal lattice) as follows: . . . . . +---+---+ . . . . \ \ . . +---+---+ +---+ + . . . . \ \ / / . . . +---+ +---+ + +---+ . . / \ \ \ . . +---+ +---+---+ + + + . . / \ \ \ / 49 . . + +---+ +---+ + + . . . \ \ \ / / . . + + +---+ + +---+ . . . \ / \ / /10 . . . + +---+---+ + + . . . 25 \ \ /9 . . . . +---+ +---+ . . . . / 7 8 . . . . +---+ . . . . . . 0 1 - hence a(8) = a(9) = a(10) = a(50) = 3.
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..2401
- Rémy Sigrist, Colored scatterplot of the first 7^7+1 points of the Gosper curve (where the hue is function of the number of steps from the origin; the origin is located on the right side, at the black mark)
- Rémy Sigrist, PARI program for A334485
- Wikipedia, Gosper curve
- Index entries for sequences related to coordinates of 2D curves
Programs
-
PARI
See Links section.
Comments