EKG Sequence by hallvabo

A=[1]*142
i=n=0
while 1:
\x09i+=1;a,b=n,i
\x09while b:a,b=b,a%b
\x09if(a<2<=n)<A[i]:n=i;print n;A[i]=i=0

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page