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!)
A287334 Positions of 2 in A287331. 4
7, 8, 17, 18, 23, 24, 29, 30, 33, 34, 37, 38, 47, 48, 57, 58, 67, 68, 73, 74, 79, 80, 83, 84, 87, 88, 97, 98, 103, 104, 109, 110, 113, 114, 117, 118, 127, 128, 133, 134, 139, 140, 143, 144, 147, 148, 157, 158, 161, 162, 165, 166, 175, 176, 179, 180, 183, 184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 10] (* A287331 *)
Flatten[Position[s, 0]] (* A287332 *)
Flatten[Position[s, 1]] (* A287333 *)
Flatten[Position[s, 2]] (* A287334 *)
CROSSREFS
Sequence in context: A022312 A351087 A055661 * A054312 A326658 A106678
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 23 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)