login
Beatty sequence of (10 + sqrt(10))/9; complement of A177102.
6

%I #19 Sep 29 2017 21:28:53

%S 1,2,4,5,7,8,10,11,13,14,16,17,19,20,21,23,24,26,27,29,30,32,33,35,36,

%T 38,39,40,42,43,45,46,48,49,51,52,54,55,57,58,59,61,62,64,65,67,68,70,

%U 71,73,74,76,77,78,80,81,83,84,86,87,89,90,92,93,95,96

%N Beatty sequence of (10 + sqrt(10))/9; complement of A177102.

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

%t v = (10 + Sqrt[10])/9; Table[Floor[n*v], {n, 1, 100}]

%Y Cf. A177102, A286747.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, May 15 2017