In my line of business, data centers, N+1 is important, but many time 2N is more important.
N represents the amount of actual or future load, and N+1 is the ability to have one more "X" to backup the other items. "X" can be any number of items, such as
UPS Modules, generators, HVAC fans, Chiller pumps, etc.
2N means that you have redundant systems running side by side, where one can completely replace the other in function.
Using round numbers, so if the load is 4MW and you have (3) 2MW generators, that is N+1. (4) 2MW generators seperated in most cases into halves, is 2N.