OFFSET
1,1
COMMENTS
Together with 2, supersequence of A228556.
Conjecture: Numbers m such that abs(Sum_{k=1..m} [k|m]*A008683(k)*(-1)^(k/15)) = 0. - Mats Granvik, Jul 06 2024
EXAMPLE
183 = 3*61 is in the sequence because 30*2 + 1 is prime.
211 is in the sequence because it is prime and 211 = 30*7 + 1.
PROG
(PARI) for(n=31, 662, if(setsearch(Set(factor(n)[, 1]%30), 1)==1, print1(n, ", ")));
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Arkadiusz Wesolowski, Aug 25 2013
STATUS
approved