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!)
A287348 Positions of 2 in A287345. 4
1, 3, 11, 13, 29, 31, 35, 37, 47, 49, 53, 55, 57, 59, 67, 69, 85, 87, 91, 93, 103, 105, 109, 111, 121, 123, 127, 129, 139, 141, 145, 147, 151, 153, 157, 159, 161, 163, 171, 173, 183, 185, 189, 191, 193, 195, 203, 205, 221, 223, 227, 229, 239, 241, 245, 247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 0}, 2 -> 0}] &, {0}, 11] (* A287345 *)
Flatten[Position[s, 0]] (* A287346 *)
Flatten[Position[s, 1]] (* A287347 *)
Flatten[Position[s, 2]] (* A287348 *)
CROSSREFS
Sequence in context: A296933 A270543 A213697 * A019374 A033680 A032917
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 May 8 10:51 EDT 2024. Contains 372332 sequences. (Running on oeis4.)