bell-triangle Build with stack build or build and run with stack run -- X to see the first X Bell Numbers. $ stack run -- 5 Bell numbers: [1,1,2,5,15] Bell triangle: [1] [1,2] [2,3,5] [5,7,10,15] [15,20,27,37,52]