OFFSET
0,2
COMMENTS
a(n) = integer part of n*4.894328468..., where the constant is the largest root of x^4 -26*x^2 +49.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
MATHEMATICA
With[{c = Sqrt[10] + Sqrt[3]}, Floor[c Range[0, 60]]]
PROG
(Magma) [Floor(n*(Sqrt(10)+Sqrt(3))): n in [0..60]];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 15 2013
STATUS
approved