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!)
A171983 Beatty sequence for sqrt(13). 5
3, 7, 10, 14, 18, 21, 25, 28, 32, 36, 39, 43, 46, 50, 54, 57, 61, 64, 68, 72, 75, 79, 82, 86, 90, 93, 97, 100, 104, 108, 111, 115, 118, 122, 126, 129, 133, 137, 140, 144, 147, 151, 155, 158, 162, 165, 169, 173, 176, 180, 183, 187, 191, 194, 198, 201, 205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(n*sqrt(13)). - Jon E. Schoenfield, Jun 18 2010
MATHEMATICA
f[n_]: = Floor[n Sqrt[13]]; Array[f, 80, 1] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [Floor(n*Sqrt(13)): n in [1..80]]; // Vincenzo Librandi, Aug 01 2013
CROSSREFS
Cf. A010470.
Sequence in context: A322533 A189999 A310188 * A003231 A189460 A172323
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)