%I #15 May 17 2017 11:33:38
%S 1,2,4,5,7,8,9,11,12,14,15,16,18,19,21,22,23,25,26,28,29,30,32,33,35,
%T 36,37,39,40,42,43,44,46,47,49,50,52,53,54,56,57,59,60,61,63,64,66,67,
%U 68,70,71,73,74,75,77,78,80,81,82,84,85,87,88,89,91,92
%N Beatty sequence of (12 + sqrt(12))/11; complement of A194028.
%H Clark Kimberling, <a href="/A286428/b286428.txt">Table of n, a(n) for n = 1..10000</a>
%t v = (12 + Sqrt[12])/11; Table[Floor[n*v], {n, 1, 100}]
%Y Cf. A194028, A286748.
%K nonn,easy
%O 1,2
%A _Clark Kimberling_, May 16 2017