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!)
A284958 Positions of 0 in A284957; complement of A284959. 4

%I #4 Apr 18 2017 22:41:47

%S 2,4,6,7,8,9,11,13,15,17,18,19,20,22,24,26,28,29,30,31,33,34,35,36,38,

%T 39,40,41,43,44,45,46,48,50,52,54,55,56,57,59,61,63,65,66,67,68,70,72,

%U 74,76,77,78,79,81,83,85,87,88,89,90,92,93,94,95,97,98

%N Positions of 0 in A284957; complement of A284959.

%C Conjecture: a(n)/n -> (5 + sqrt(13))/6.

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

%e As a word, A284957 = 10101000010..., in which 0 is in positions 2,4,6,7,8,9,...

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

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

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

%Y Cf. A284957, A284959.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Apr 18 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 August 24 18:44 EDT 2024. Contains 375417 sequences. (Running on oeis4.)