OFFSET
1,2
COMMENTS
Gives integer solutions >1 to the equation x=ceiling(r*floor(x/r)) where r=Pi. - Benoit Cloitre, Feb 14 2004
FORMULA
a(n) = ceiling(Pi*(n-1)) for n>1. - Benoit Cloitre, Feb 14 2004
PROG
(PARI) lista(m) = {for (i=1, m, if ((tan(i-1)<=0) && (tan(i) > 0), print1(i, ", ")); ); } \\ Michel Marcus, Mar 21 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved