view Test.hs @ 4580:b47c3dd37440

<kmc> addquote <fungot> kmc: madam president, i have taken on serious proportions.
author HackBot
date Fri, 18 Apr 2014 03:23:11 +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