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!)
A022849 Integer nearest nx, where x = sqrt(6). 2
0, 2, 5, 7, 10, 12, 15, 17, 20, 22, 24, 27, 29, 32, 34, 37, 39, 42, 44, 47, 49, 51, 54, 56, 59, 61, 64, 66, 69, 71, 73, 76, 78, 81, 83, 86, 88, 91, 93, 96, 98, 100, 103, 105, 108, 110, 113, 115, 118, 120, 122, 125, 127, 130, 132, 135, 137, 140, 142, 145, 147 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Table[Round[n*Sqrt[6]], {n, 0, 60}] (* G. C. Greubel, Sep 29 2018 *)
PROG
(Magma) [Round(n*Sqrt(6)): n in [0..60]]; // Vincenzo Librandi, Oct 22 2011
(PARI) vector(60, n, n--; round(n*sqrt(6))) \\ G. C. Greubel, Sep 29 2018
CROSSREFS
Sequence in context: A003153 A187475 A274285 * A075328 A038126 A047215
KEYWORD
nonn,easy
AUTHOR
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)