login
Beatty sequence for sqrt(12).
8

%I #24 Sep 08 2022 08:45:58

%S 3,6,10,13,17,20,24,27,31,34,38,41,45,48,51,55,58,62,65,69,72,76,79,

%T 83,86,90,93,96,100,103,107,110,114,117,121,124,128,131,135,138,142,

%U 145,148,152,155,159,162,166,169,173,176,180,183,187,190,193,197

%N Beatty sequence for sqrt(12).

%H Vincenzo Librandi, <a href="/A194028/b194028.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = floor(n*sqrt(12)).

%t Table[Floor[n*Sqrt[12]],{n,1,100}]

%o (Magma) [Floor(n*(Sqrt(12))): n in [1..70]]; // _Vincenzo Librandi_, Sep 12 2011

%Y Cf. A194115 (partial sums).

%Y Bisection of A022838.

%K nonn

%O 1,1

%A _Clark Kimberling_, Aug 16 2011