Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A194028
Beatty sequence for sqrt(12).
8
3, 6, 10, 13, 17, 20, 24, 27, 31, 34, 38, 41, 45, 48, 51, 55, 58, 62, 65, 69, 72, 76, 79, 83, 86, 90, 93, 96, 100, 103, 107, 110, 114, 117, 121, 124, 128, 131, 135, 138, 142, 145, 148, 152, 155, 159, 162, 166, 169, 173, 176, 180, 183, 187, 190, 193, 197
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(n*sqrt(12)).
MATHEMATICA
Table[Floor[n*Sqrt[12]], {n, 1, 100}]
PROG
(Magma) [Floor(n*(Sqrt(12))): n in [1..70]]; // Vincenzo Librandi, Sep 12 2011
CROSSREFS
Cf. A194115 (partial sums).
Bisection of A022838.
Sequence in context: A145383 A258834 A329997 * A047280 A310054 A310055
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 16 2011
STATUS
approved