powered by
Binary pattern maker
BitRespPtn(n)
binary patterns
decimal numbers
if n <- 1, return 0,1 if n <- 2, return 00,01,10,11 and so on.