view Test.hs @ 4603:7de7b5fe850f

<oerjan> sed -i \'8c if re.match(r"/|\\.hg(?:/|$)",f):\' bin/url
author HackBot
date Sun, 20 Apr 2014 22:27:17 +0000
parents 7f957c1f4661
children
line wrap: on
line source

import Data.List(inits);main = let p = 1 : zipWith (+) (map (*4) p) (map (sum . zipWith (*) p . reverse) (inits p)) in print $ p !! 1000