A335380 a(n) is the X-coordinate of the n-th point of the Kochawave curve; sequence A335381 gives Y-coordinates.
0, 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 6, 6, 7, 8, 8, 9, 10, 10, 11, 12, 12, 9, 12, 12, 13, 16, 14, 15, 16, 16, 17, 18, 18, 19, 18, 18, 19, 22, 20, 21, 20, 18, 19, 18, 18, 19, 18, 18, 19, 20, 20, 21, 22, 22, 23, 24, 24, 25, 24, 24, 25, 26, 26, 27, 28, 28, 29, 30, 30
Offset: 0
Keywords
Examples
The Kochawave curve starts (on a hexagonal lattice) as follows: . . . . . . + . . . /|6 / | / | . . . . . . | . .+ . . / | .../ 8 / | ... / / | ... / . . . . . . +. + . . / 7 |9 / | / | . . .+ . .+ . +11 | . .+ . .../ 2 ... 5 / \ | .../ 14 ... / ... / \ | ... / ... / ... / \| ... / +-------+. +-------+. . . +-------+. +-------+ 0 1 3 4 12 13 10 15 16 - hence a(8) = a(9) = a(11) = a(12) = 6.
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..4096
- Rémy Sigrist, The Kochawave curve, a variant of the Koch curve, arXiv:2210.17320 [math.HO], 2022.
- Rémy Sigrist, Representation of the Kochawave curve
- Rémy Sigrist, Representation of the first iterations of the Kochawave curve
- Rémy Sigrist, PARI program for A335380
- Index entries for sequences related to coordinates of 2D curves
Programs
-
PARI
See Links section.
Formula
a(4^k) = 3^k for any k >= 0.
Comments