OFFSET
1,6
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
EXAMPLE
a(999) = 318 as cot(Pi/1000) = 318.308838985550445921686695436921...
PROG
(PARI) v=[]; for(n=1, 200, v=concat(v, floor(cotan(Pi/(n+1))))); v
(PARI) { default(realprecision, 50); for (n=1, 1000, write("b062299.txt", n, " ", floor(cotan(Pi/(n+1)))) ) } \\ Harry J. Smith, Aug 04 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 19 2001
EXTENSIONS
More terms from Jason Earls, Jun 21 2001
Corrected by T. D. Noe, Nov 01 2006
STATUS
approved