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!)
A287241 Positions of 0 in A287240. 4
2, 3, 6, 7, 10, 12, 15, 16, 19, 20, 23, 25, 28, 29, 32, 34, 36, 39, 41, 44, 45, 48, 49, 52, 54, 57, 58, 61, 62, 65, 67, 70, 71, 74, 76, 78, 81, 83, 86, 87, 90, 91, 94, 96, 99, 100, 103, 105, 107, 110, 112, 114, 117, 119, 122, 123, 126, 128, 130, 133, 135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {2, 0}, 2 -> 1}] &, {1}, 11] (* A287240 *)
Flatten[Position[s, 0]] (* A287241 *)
Flatten[Position[s, 1]] (* A287242 *)
Flatten[Position[s, 2]] (* A287243 *)
CROSSREFS
Sequence in context: A285259 A284907 A330572 * A331075 A062720 A069813
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 April 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)