OFFSET
1,2
COMMENTS
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
FORMULA
a(n) = floor(n*(5-sqrt(3))/2).
PROG
(Magma) [Floor(n*(5-Sqrt(3))/2): n in [1..80]]; // Vincenzo Librandi, Oct 25 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 30 2010
STATUS
approved