OFFSET
1,2
COMMENTS
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Beatty Sequence.
FORMULA
a(n) = floor(n*(1 + 2^(-2/3))).
MATHEMATICA
Floor[Range[100]*(1 + 2^(-2/3))] (* Paolo Xausa, Jul 09 2024 *)
PROG
(Magma) [Floor(n*(1+2^(-2/3))): n in [1..80]]; // Vincenzo Librandi, Oct 25 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 30 2010
STATUS
approved