OFFSET
0,8
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
MATHEMATICA
Table[5n-Floor[3n GoldenRatio], {n, 0, 90}] (* Harvey P. Dale, Sep 10 2014 *)
PROG
(Magma) [5*n-Floor(3*n*(1+Sqrt(5))/2): n in [0..70]]; // Vincenzo Librandi, Sep 11 2011
(PARI) for(n=0, 50, print1(5*n - floor(3*n*(1+sqrt(5))/2), ", ")) \\ G. C. Greubel, Oct 31 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Sep 10 2011
EXTENSIONS
Offset changed from 1 to 0 by Vincenzo Librandi, Sep 11 2011
STATUS
approved