How many external edgesfaces on a "plus of cubes"
of height (or width) n, where n is odd?
I1 = How many external faces on a "plus" of height 1?
I3 = How many external faces on a "plus" of height 3?
I5 = How many external faces on a "plus" of height 5?
I7 = How many external faces on a "plus" of height 7?
Solution(I1) = 6
Solution(I3) = 22
Solution(I5) = 38
Solution(I7) = 54
The number of external faces on a "plus of cubes"
of height (or width) n (odd) is ( 6 + ( 16 * ( n / 2 ) ) ).