login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A285351 a(n) = 2n + 1 - A285346(n). 4
0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
See A285346.
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
Sequence in context: A259044 A285383 A276950 * A284893 A316829 A277674
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 25 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)