Here are the numbers I came up with to compare any other result with:
Divide into 2 parts:
$(1,7)$: $\binom 87 =8$
$(2,6)$: $\binom 86 = 28$
$(3,5)$: $\binom 85 = 56$
$(4,4)$: $\binom 84/2 =35$
Divide into 4 parts:
$(1,1,1,5)$: $\binom 85 = 56$
$(1,1,2,4)$: $\binom 84 \binom 42= 420$
$(1,1,3,3)$: $\binom 83\binom 53/2 = 280$
$(1,2,2,3)$: $\binom 83\binom 52\binom 32/2 = 840$
$(2,2,2,2)$: $\binom 82\binom 62\binom 42\binom 22/4! = 105$
Divide into 6 parts:
$(1,1,1,1,1,3)$: $\binom 83 = 56$
$(1,1,1,1,2,2)$: $\binom 82\binom 62/2 = 210$
Divide into 8 parts:
$(1,1,1,1,1,1,1,1)$: $\binom 80 = 1$
Total $2095$
This could probably be written more neatly with multinomial coefficients, but the repeats still need to be divided out.