OFFSET
0,8
COMMENTS
a(n) = A062300(n-1) = floor(1/sin(Pi/n)) for almost all indices, the next exception after n = 6 being n = 80143857, cf. link to Kevin Ryde's post to the SeqFan list. - M. F. Hasler, Oct 20 2016
LINKS
R. Israel, in reply to K. Ryde, Re: nearly equal floor(n/Pi) A032615 and A062300, SeqFan list, Oct 19 2016.
MAPLE
MATHEMATICA
Table[Floor[n/Pi], {n, 0, 100}] (* Wesley Ivan Hurt, Dec 10 2013 *)
PROG
(PARI) a(n)=n\Pi \\ Charles R Greathouse IV, Dec 10 2013
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Patrick De Geest, May 15 1998
STATUS
approved