2012-08-03 16:10:07+00:00 Haskell to generate the de Bruijn sequence (6,2): d = 0:0:0:0:0:1:zipWith (\ x y -> (x+y) `mod` 2) d (tail d)