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!)
A287089 Positions of 2 in A287086. 4
3, 4, 13, 14, 17, 18, 21, 22, 27, 28, 33, 34, 43, 44, 53, 54, 63, 64, 67, 68, 71, 72, 81, 82, 85, 86, 89, 90, 99, 100, 103, 104, 107, 108, 113, 114, 119, 120, 129, 130, 133, 134, 137, 138, 143, 144, 149, 150, 159, 160, 163, 164, 167, 168, 173, 174, 179, 180 (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: A330158 A082197 A138101 * A095790 A109474 A053910
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 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)