A000217 by b_jonas

int main(int k){for(k=1;k<41;k++)printf("%d\n",k*k+k>>1);}

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

download

return to the top page