Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Oct 19 2017 03:15:05
%S 1,3,4,6,10,15,18,24,25,27,40,54,60,64,75,81,120,160,162,180,216,225,
%T 300,400,405,480,486,648,768,810,864,900,960,972,1125,1440,1536,1600,
%U 1944,2160,2187,2250,2304,2400,2560,3240,3375,3645,3750,4096,4320
%N Numbers n such that p=10n+1 is prime and cos(2pi/p) is an algebraic number of a 5-smooth degree, but not 3-smooth.
%C Numbers n such that p=10n+1 is prime and the greatest prime divisor of p-1 is 5.
%t Do[If[Take[FactorInteger[EulerPhi[10n+1]][[ -1]],1]=={5} && PrimeQ[10n+1],Print[n]],{n,1,10000}]
%Y Cf. A024912, A125866-A125878.
%K nonn
%O 1,2
%A _Artur Jasinski_, Dec 13 2006
%E Edited by _Don Reble_, Apr 24 2007