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!)
A285359 Positions of 0 in A285358; complement of A285360. 3

%I #4 Apr 26 2017 10:43:17

%S 3,7,10,13,17,21,24,27,31,34,37,41,44,47,51,55,58,61,65,69,72,75,79,

%T 82,85,89,92,95,99,103,106,109,113,116,119,123,126,129,133,137,140,

%U 143,147,150,153,157,160,163,167,171,174,177,181,185,188,191,195,198

%N Positions of 0 in A285358; complement of A285360.

%C Conjecture: -1 < n*r - a(n) < 1 for n>=1, where r = 2 + sqrt(2).

%H Clark Kimberling, <a href="/A285359/b285359.txt">Table of n, a(n) for n = 1..10000</a>

%e As a word, A285358 = 1101110..., in which 0 is in positions 3,7,10,13,...

%t s = Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {1, 1, 0, 1}}] &, {0}, 10] (* A285358 *)

%t Flatten[Position[s, 0]] (* A285359 *)

%t Flatten[Position[s, 1]] (* A285360 *)

%Y Cf. A284358, A285360.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Apr 25 2017

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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)