2 lines
97 B
Text
2 lines
97 B
Text
almost(k)=my(n); for(i=1,10,while(bigomega(n++)!=k,); print1(n", "));
|
|
for(k=1,5,almost(k);print)
|