view Test.hs @ 4684:eebb28e20d7c

<oerjan> addquote <Taneb> Help I\'m distracting myself from writing terrible Python by reading terrible PHP
author HackBot
date Sun, 06 Jul 2014 00:46:48 +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