A226977 Places n where A225867(n) <= 2.
7, 8, 11, 17, 23, 29, 41, 47, 59, 71, 239, 359, 419, 839
Offset: 1
Programs
-
PARI
is(n)=for(k=2,n\2-1,if(sumdiv(n+k,d,(n+d)%k==0 && d>1)>2, return(0))); n>6 \\ Charles R Greathouse IV, Nov 25 2014
Comments