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!)
A287270 Positions of 2 in A287267. 4
8, 10, 18, 20, 22, 24, 28, 30, 40, 42, 50, 52, 54, 56, 60, 62, 66, 68, 72, 74, 84, 86, 90, 92, 108, 110, 118, 120, 122, 124, 128, 130, 140, 142, 150, 152, 154, 156, 160, 162, 166, 168, 172, 174, 184, 186, 190, 192, 202, 204, 208, 210, 220, 222, 226, 228, 244 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {0, 2}, 2 -> 0}] &, {0}, 11] (* A287267 *)
Flatten[Position[s, 0]] (* A287268 *)
Flatten[Position[s, 1]] (* A287269 *)
Flatten[Position[s, 2]] (* A287270 *)
CROSSREFS
Sequence in context: A121846 A059094 A302166 * A299988 A143617 A015732
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 24 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 July 13 18:16 EDT 2024. Contains 374285 sequences. (Running on oeis4.)