This is probably easy for you guys but I can't find the answer anywhere and my maths isn't quite up to answering it. It's obviously easy to work out the number of different states the array can have but the following I can't answer:-
Array of 256 numbers any of which can be of the value 0-255. The initial value of the array will be 0,0,0,0,0 ...... 0 If I start the array at 0,1,2,3,4 ...... 255, how many previous states would I be losing?
Bipman