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!)
A287365 Positions of 0 in A287364. 4
3, 8, 11, 14, 23, 28, 33, 36, 39, 48, 51, 54, 63, 66, 69, 78, 87, 96, 101, 106, 109, 112, 121, 126, 131, 134, 137, 146, 151, 156, 159, 162, 171, 174, 177, 186, 189, 192, 201, 210, 219, 224, 229, 232, 235, 244, 247, 250, 259, 262, 265, 274, 283, 292, 297, 302 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 1}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 13] (* A287364 *)
Flatten[Position[s, 0]] (* A287365 *)
Flatten[Position[s, 1]] (* A287366 *)
Flatten[Position[s, 2]] (* A287367 *)
CROSSREFS
Sequence in context: A265897 A003157 A310281 * A257336 A234431 A310282
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 9 10:59 EDT 2024. Contains 372350 sequences. (Running on oeis4.)