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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)