OFFSET
1,2
COMMENTS
This sequence shows chaotic behavior (see scatterplot in Links section).
This behavior is determined by the choice of the two leading terms.
The variant, say b, with b(1) = b(2) = 1, corresponds to the natural numbers interspersed with pairs of ones: 1,1,1, 2,1,1, 3,1,1, etc. (b(n) = abs(A157128(n))).
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, Colored scatterplot of (abs(a(n+2)-a(n)), abs(a(n+2)-a(n+1))) for n = 1..32702782 (where the hue is function of n)
Rémy Sigrist, C program for A308293
EXAMPLE
The first terms, alongside (abs(a(n+2)-a(n)), abs(a(n+2)-a(n+1))), are:
n a(n) (abs(a(n+2)-a(n)),abs(a(n+2)-a(n+1)))
-- ---- -------------------------------------
1 1 (0,1)
2 2 (1,0)
3 1 (0,0)
4 1 (1,1)
5 1 (2,1)
6 2 (1,2)
7 3 (2,0)
8 1 (2,2)
9 1 (0,2)
10 3 (1,3)
11 1 (0,3)
12 4 (3,0)
13 1 (3,3)
14 1 (4,1)
15 4 (3,4)
PROG
(C) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, May 19 2019
STATUS
approved