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!)
A287088 Positions of 1 in A287086. 4
2, 8, 10, 12, 16, 20, 26, 32, 38, 40, 42, 48, 50, 52, 58, 60, 62, 66, 70, 76, 78, 80, 84, 88, 94, 96, 98, 102, 106, 112, 118, 124, 126, 128, 132, 136, 142, 148, 154, 156, 158, 162, 166, 172, 178, 184, 186, 188, 194, 196, 198, 204, 206, 208, 212, 216, 222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 10] (* A287086 *)
Flatten[Position[s, 0]] (* A287087 *)
Flatten[Position[s, 1]] (* A287088 *)
Flatten[Position[s, 2]] (* A287089 *)
CROSSREFS
Sequence in context: A229090 A265670 A297999 * A296342 A328559 A328954
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 21 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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)