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!)
A287180 Positions of 0 in A287179. 4
3, 6, 8, 10, 13, 16, 18, 20, 22, 24, 26, 29, 31, 33, 36, 39, 41, 43, 46, 49, 51, 53, 55, 57, 59, 62, 64, 66, 68, 70, 72, 74, 76, 78, 81, 83, 85, 88, 91, 93, 95, 97, 99, 101, 104, 106, 108, 111, 114, 116, 118, 121, 124, 126, 128, 130, 132, 134, 137, 139, 141 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 0}, 2 -> 1}] &, {0}, 9] (* A287179 *)
Flatten[Position[s, 0]] (* A287180 *)
Flatten[Position[s, 1]] (* A287181 *)
Flatten[Position[s, 2]] (* A287182 *)
CROSSREFS
Sequence in context: A189937 A190325 A064437 * A072149 A001066 A099518
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 22 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 March 28 08:00 EDT 2024. Contains 371235 sequences. (Running on oeis4.)