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!)
A284681 Positions of 0 in A284680; complement of A284682. 3
2, 3, 4, 9, 10, 11, 13, 14, 15, 17, 18, 19, 21, 22, 23, 28, 29, 30, 35, 36, 37, 42, 43, 44, 49, 50, 51, 53, 54, 55, 57, 58, 59, 61, 62, 63, 68, 69, 70, 72, 73, 74, 76, 77, 78, 80, 81, 82, 87, 88, 89, 91, 92, 93, 95, 96, 97, 99, 100, 101, 106, 107, 108, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: a(n)/n -> (7 + sqrt(13))/6.
LINKS
EXAMPLE
As a word, A284680 = 1000111100010001000..., in which 0 is in positions 2,3,4,9,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {1}, 1 -> {1, 0, 0, 0}}] &, {0}, 8] (* A284680 *)
Flatten[Position[s, 0]] (* A284681 *)
Flatten[Position[s, 1]] (* A284682 *)
CROSSREFS
Sequence in context: A373788 A081870 A165315 * A309346 A047339 A250483
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 11 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 September 2 02:41 EDT 2024. Contains 375602 sequences. (Running on oeis4.)