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!)
A287203 Positions of 2 in A287200. 4
1, 2, 5, 6, 15, 16, 19, 20, 23, 24, 33, 34, 43, 44, 53, 54, 59, 60, 65, 66, 69, 70, 73, 74, 83, 84, 87, 88, 91, 92, 101, 102, 105, 106, 109, 110, 119, 120, 129, 130, 139, 140, 145, 146, 151, 152, 155, 156, 159, 160, 169, 170, 179, 180, 189, 190, 195, 196 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 2}, 2 -> 0}] &, {0}, 11] (* A287200 *)
Flatten[Position[s, 0]] (* A287201 *)
Flatten[Position[s, 1]] (* A287202 *)
Flatten[Position[s, 2]] (* A287203 *)
CROSSREFS
Sequence in context: A205385 A341373 A363132 * A291211 A193402 A193405
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)