OFFSET
1,2
COMMENTS
The sequence is generated by:
P(1) = 1,-3,2,1,
P(2) = 2,1,3,2,
P(3) = 3,2,-1,3,
P(-1) = -1,3,-2,-1,
P(-2) = -2,-1,-3,-2,
P(-3) = -3,-2,1,-3 (we have P(-x)=-P(x)), and 1, 3, -2 is the start.
LINKS
Arie Bos, Index notation of grid graphs, arXiv:1210.7123 [cs.CG], 2012.
Skylyn Irby, Sandra Spiroff, On conditionally defined Fibonacci and Lucas sequences and periodicity, Bull. Korean Math. Soc. (2020) Vol. 57, No. 4, 1033-1048.
Wikipedia, Koch snowflake
EXAMPLE
Start 1,3,-2,
in the first step 1,-3,2,1,3,2,-1,3,-2,-1,-3,-2 and
in the second step 1, -3, 2, 1, -3, -2, 1, -3, 2, 1, 3, 2, ..., -2, -1, -3, -2.
With each step the length increases by a factor 4.
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Arie Bos, Sep 25 2013
STATUS
approved