sum of square numbers by Terje K

#!perl -pl
$_*=(2*$_+1)/6*$_++

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

download

return to the top page