OFFSET
0,2
COMMENTS
sqrt(5)+sqrt(3) = 3.96811878506867... is the largest root of x^4 -16*x^2 +4.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
MATHEMATICA
With[{c = Sqrt[5] + Sqrt[3]}, Floor[c Range[0, 60]]] (* Harvey P. Dale, Apr 10 2012 *)
PROG
(MAGMA) [Floor(n*Sqrt(5)+Sqrt(3)): n in [0..60] ];
CROSSREFS
KEYWORD
nonn,less,easy
AUTHOR
Vincenzo Librandi, Feb 01 2010
STATUS
editing