Calculate the formula by rotary-o

#!ruby -na
a=$F.map &:to_i
a[6].times{a=(0..5).map{|i|(a[i%2*3]*a[i]+a[2-(i+i/4)%2]*a[i^1]).%10**14-3}}
puts a[4,2]*' '

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page