OFFSET
1,2
COMMENTS
See A190059.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
FORMULA
MATHEMATICA
PROG
(PARI) for(n=1, 30, print1(n + floor(n*sin(Pi/5)) + floor(n*(sin(Pi/5))^2), ", ")) \\ G. C. Greubel, Jan 10 2018
(Magma) C<i> := ComplexField(); [n + Floor(n*Sin(Pi(C)/5)) + Floor(n*(Sin(Pi(C)/5))^2): n in [1..30]]; // G. C. Greubel, Jan 10 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, May 04 2011
STATUS
approved