login
A285353
Positions of 0 in A285351; complement of A285354.
3
1, 3, 7, 9, 13, 16, 19, 21, 25, 27, 31, 34, 37, 39, 43, 46, 48, 52, 55, 57, 61, 63, 67, 70, 73, 75, 79, 81, 85, 88, 91, 93, 97, 100, 102, 106, 109, 111, 115, 117, 121, 124, 127, 129, 133, 136, 138, 142, 144, 148, 151, 154, 156, 160, 163, 165, 169, 171, 175
OFFSET
1,2
COMMENTS
Conjecture: 3n - 2 - a(n) is in {0,1} for n>=1.
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 1, 0, 0}}] &, {0}, 13] (* A285345 *)
u = Flatten[Position[s, 0]] (* A285346 *)
v = Flatten[Position[s, 1]] (* A285347 *)
t1 = Table[2*n + 1 - u[[n]], {n, 1, Length[u]}] (* A285351 *)
t2 = Table[2*n - 1 - v[[n]], {n, 1, Length[v]}] (* A285352 *)
Flatten[Position[t1, 0]] (* A285353 *)
Flatten[Position[t1, 1]] (* A285354 *)
Flatten[Position[t2, 0]] (* A189668 *)
Flatten[Position[t2, 1]] (* A189679 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 25 2017
STATUS
approved