OFFSET
1,5
COMMENTS
EXAMPLE
P(5,x) = x^10 + 2*x^9 + 3*x^8 + 3*x^7 + 2*x^6 - 2*x^4 - 3*x^3 - 3*x^2 - 2*x - 1, hence a(5)=3.
PROG
(PARI) a(n)=vecmax(vector(sum(k=1, n, eulerphi(k))+1, i, polcoeff(prod(i=1, n, polcyclo(i)), i-1)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Oct 20 2002
STATUS
approved