Programming question, given n number of floors, calculate the number of possible arrangements for a building that has apartments that take up 1 floor and 2 floors.
a) (2ⁿ)
b) (n!)
c) (2n)
d) (n!/2!)