log

age author description
Tue, 28 Jan 2014 07:50:09 +0000 HackBot <oerjan> echo \'import Data.List(inits);main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in print $ p !! 1000\' >Test.hs