view Test.hs @ 4685:3239239ae1bf

<coppro> addquote <zzo38> Syntax highlighting is: sender in cyan, command in bright white, parameters in normal white, long parameters in bright blue (except for the preceding colon) <coppro> wait, you read IRC raw? <zzo38> It isn\'t quite raw; it is in colors.
author HackBot
date Mon, 07 Jul 2014 17:09:02 +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