A006520 by teebee

int n;int i;for i=1to 500{n=n+gcd(i,256);print n;}

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

download

return to the top page