Count the number of each alphabet in a given sentence word by word case insensitively from the beginning of the sentence.
Provide the final counts of alphabets including zero counts in alphabetical order in a list, and provide the intermediate states after adding the counts of each word in a list of alphabet counts. 
Do not include the initial state and final state in the list of intermediate states. 
