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!)
A284956 Positions of 1 in A284954; complement of A284955. 3

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

%S 4,9,14,16,18,20,25,30,35,40,42,44,46,51,56,61,66,68,70,72,77,79,81,

%T 83,88,90,92,94,99,101,103,105,110,115,120,125,127,129,131,136,141,

%U 146,151,153,155,157,162,167,172,177,179,181,183,188,193,198,203,205

%N Positions of 1 in A284954; complement of A284955.

%C Conjecture: a(n)/n -> (3 + sqrt(13))/2.

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

%e As a word, A284954 = 000100001..., in which 1 is in positions 4, 9, 14,...

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

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

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

%Y Cf. A284954, A284955, 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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)