A380529 Smallest prime p such that p^p is a divisor of A380459(A005117(n)), or 1 if no such factor exists, where A380459(n) = Product_{d|n} A276086(n/d)^A349394(d) and A005117 lists the squarefree numbers.
1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 1, 3, 1, 2, 3, 2, 1, 1, 2, 1, 5, 1, 3, 1, 2, 1, 2, 2, 3, 1, 1, 1, 2, 3, 1, 2, 3, 1, 1, 1, 2, 5, 1, 3, 1, 2, 1, 2, 1, 2, 2, 3, 2, 1, 1, 3, 1, 2, 3, 1, 1, 3, 2, 1, 5, 2, 3, 2, 1, 2, 1, 2, 3, 1, 2, 1, 1, 3, 1, 2, 3, 2, 2, 1, 1, 1, 3, 2, 1, 1, 2, 2, 1, 2, 3, 1, 3, 1
Offset: 1
Keywords
Links
Programs
-
PARI
for(n=1,oo,if(issquarefree(n),print1(A380528(n),", ")));