Lucky numbers by seichung

a=2*1:5e3-1;b=1;while((b=b+1)<length(a))a=a[-a[b]*1:1e4];cat(a)

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

download

return to the top page