OFFSET
1,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Matthew House, Table of n, a(n) for n = 1..10000
Aviezri S. Fraenkel, Iterated floor function, algebraic numbers, discrete chaos, Beatty subsequences, semigroups, Transactions of the American Mathematical Society 341.2 (1994): 639-664.
Aviezri S. Fraenkel, Jonathan Levitt, Michael Shimshoni, Characterization of the set of values f(n)=[n alpha], n=1,2,..., Discrete Math. 2 (1972), no. 4, 335-345.
Eric Weisstein's World of Mathematics, Beatty Sequence.
FORMULA
a(n) = floor(n*(1+sqrt(3))/2). - Michel Marcus, Jan 05 2015
MAPLE
for n from 1 to 200 do printf(`%d, `, floor(n*(1 + sqrt(3))/2 )) od:
MATHEMATICA
Floor[Range[100]*(1 + Sqrt[3])/2] (* Paolo Xausa, Jul 05 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Feb 19 2001
STATUS
approved