Period of first differences by jpl

#!ruby -n
gsub(/\d+/){$'.to_i-$&.to_i}
~/((.+?).+?)\1+\2 -/
p$1.count" "

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

download

return to the top page