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!)
A171984 Beatty sequence for sqrt(17). 4
4, 8, 12, 16, 20, 24, 28, 32, 37, 41, 45, 49, 53, 57, 61, 65, 70, 74, 78, 82, 86, 90, 94, 98, 103, 107, 111, 115, 119, 123, 127, 131, 136, 140, 144, 148, 152, 156, 160, 164, 169, 173, 177, 181, 185, 189, 193, 197, 202, 206, 210, 214, 218, 222, 226, 230, 235, 239 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(n*sqrt(17)). - Jon E. Schoenfield, Jun 18 2010
MATHEMATICA
f[n_]: = Floor[n Sqrt[17]]; Array[f, 80, 1] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [Floor(n*Sqrt(17)): n in [1..80]]; // Vincenzo Librandi, Aug 01 2013
CROSSREFS
Sequence in context: A311129 A311130 A311131 * A311132 A311133 A311134
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 21 2010
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 September 10 12:58 EDT 2024. Contains 375790 sequences. (Running on oeis4.)