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!)
A284945 Positions of 0 in A284944; complement of A284946. 3
1, 6, 10, 14, 18, 19, 24, 28, 32, 33, 38, 42, 46, 47, 52, 56, 60, 61, 63, 68, 72, 76, 80, 81, 86, 90, 94, 95, 100, 104, 108, 109, 111, 116, 120, 124, 128, 129, 134, 138, 142, 143, 148, 152, 156, 157, 159, 164, 168, 172, 176, 177, 182, 186, 190, 191, 196, 200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: -4 < n*r - a(n) < 3 for n >= 1, where r = 2 + sqrt(2).
LINKS
EXAMPLE
As a word, A284938 = 011110..., in which 0 is in positions 1,6,10,14,...
MATHEMATICA
s = Nest[Flatten[# /. {0 -> {0, 1}, 1 -> {1, 1, 1, 0}}] &, {0}, 6] (* A284944 *)
Flatten[Position[s, 0]] (* A284945 *)
Flatten[Position[s, 1]] (* A284946 *)
CROSSREFS
Sequence in context: A315168 A167200 A077667 * A091577 A115036 A332766
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Apr 18 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 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)