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!)
A022841 Beatty sequence for sqrt(7). 12
2, 5, 7, 10, 13, 15, 18, 21, 23, 26, 29, 31, 34, 37, 39, 42, 44, 47, 50, 52, 55, 58, 60, 63, 66, 68, 71, 74, 76, 79, 82, 84, 87, 89, 92, 95, 97, 100, 103, 105, 108, 111, 113, 116, 119, 121, 124, 126, 129, 132, 134, 137, 140, 142, 145, 148, 150, 153, 156 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(n*sqrt(7)). - G. C. Greubel, Sep 28 2018
MAPLE
a:=n->floor(n*sqrt(7)): seq(a(n), n=1..70); # Muniru A Asiru, Sep 28 2018
MATHEMATICA
Table[Floor[n*Sqrt[7]], {n, 1, 60}] (* G. C. Greubel, Sep 28 2018 *)
PROG
(Magma) [Floor(n*Sqrt(7)): n in [1..60]]; // Vincenzo Librandi, Oct 24 2011
(PARI) vector(60, n, floor(n*sqrt(7))) \\ G. C. Greubel, Sep 28 2018
CROSSREFS
Sequence in context: A001950 A090909 A330064 * A038127 A047480 A285207
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Oct 24 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)