OFFSET
1,1
COMMENTS
A regular polygon of a(n) sides can be constructed if one also has an angle trisector and 5-sector.
MATHEMATICA
Do[If[Take[FactorInteger[EulerPhi[2n+1]][[ -1]], 1]=={5}, Print[2n+1]], {n, 1, 1000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 13 2006
EXTENSIONS
Edited by Don Reble, Apr 24 2007
STATUS
approved