A094426 Terms of A094302 without repetition.
1, 2, 6, 3, 15, 5, 35, 7, 77, 11, 165, 55, 231, 21, 483, 161, 23, 667, 29, 1363, 47, 2773, 59, 5605, 1121, 6785, 115, 13685, 2737, 391, 3151, 137, 19043, 139, 38225, 275, 76725, 15345, 5115, 341, 31, 8897, 1271, 41, 12751, 311, 102319, 14617, 117247
Offset: 1
Programs
-
PARI
{print1(q=1,",");s=Set(q);for(n=2,400,q=if(n>q,q*n,q/gcd(q,n)); if(setsearch(s,q)==0,s=setunion(s,Set(q));print1(q,",")))}
Comments