login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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