TwitAA 2012-02-09 20:38:05 [TwitAA 2012-02-09 20:38:05] luc2 :: Int -> Integer luc2 n = lucs !! n where lucs = 2 : 1 : zipWith (+) lucs (tail lucs)