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!)
A285163 Positions of 0 in A285162; complement of A285164. 2
2, 4, 5, 6, 9, 10, 13, 14, 18, 20, 22, 23, 24, 27, 28, 31, 32, 36, 37, 38, 42, 43, 44, 48, 50, 52, 53, 54, 57, 58, 62, 64, 65, 66, 69, 70, 73, 74, 78, 79, 80, 84, 86, 88, 89, 90, 93, 94, 98, 100, 101, 102, 105, 106, 109, 110, 114, 115, 116, 120, 122, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> 2.
LINKS
EXAMPLE
As a word, A285142 = 101000110..., in which 0 is in positions 2,4,5,6,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {0, 0, 1, 1}}] &, {0}, 10]; (* A285159 *)
Flatten[Position[s, 0]]; (* A285160 *)
Flatten[Position[s, 1]]; (* A285161 *)
CROSSREFS
Sequence in context: A062861 A120629 A169694 * A015834 A252041 A231587
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 21 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 16 16:48 EDT 2024. Contains 371749 sequences. (Running on oeis4.)