I can help but....
I would not be willing without some sort of compensation. At this point I have the methodology to output dealer's hands to a file, but could do more. I don't know if it would useful to you. I'll just post a sample that shows most of the elements:
Dealer hand = 14
1 2 3 4 5 6 7 8 9 T Total Cards Count Elem
0, 0, 0, 0, 0, 0, 1, 0, 0, 0 7 1 1 1
1, 0, 0, 0, 0, 1, 0, 0, 0, 0 7 2 1 2
0, 0, 0, 0, 0, 1, 0, 0, 0, 0 6 1 1 3
0, 1, 0, 0, 1, 0, 0, 0, 0, 0 7 2 1 4
2, 0, 0, 0, 1, 0, 0, 0, 0, 0 7 3 1 5
1, 0, 0, 0, 1, 0, 0, 0, 0, 0 6 2 1 6
0, 0, 0, 0, 1, 0, 0, 0, 0, 0 5 1 1 7
0, 1, 0, 1, 0, 0, 0, 0, 0, 0 6 2 1 8
2, 0, 0, 1, 0, 0, 0, 0, 0, 0 6 3 1 9
1, 0, 0, 1, 0, 0, 0, 0, 0, 0 5 2 1 10
0, 0, 0, 1, 0, 0, 0, 0, 0, 0 4 1 1 11
0, 1, 1, 0, 0, 0, 0, 0, 0, 0 5 2 1 12
2, 0, 1, 0, 0, 0, 0, 0, 0, 0 5 3 1 13
1, 0, 1, 0, 0, 0, 0, 0, 0, 0 4 2 1 14
0, 0, 1, 0, 0, 0, 0, 0, 0, 0 3 1 1 15
0, 2, 0, 0, 0, 0, 0, 0, 0, 0 4 2 1 16
2, 1, 0, 0, 0, 0, 0, 0, 0, 0 4 3 1 17
1, 1, 0, 0, 0, 0, 0, 0, 0, 0 3 2 2 18
3, 0, 0, 0, 0, 0, 0, 0, 0, 0 3 3 1 19
.
Above is all of the possibilities if dealer starts with a total of 14. Except for element 18, there is only one way to draw each combination. For example, look at element 10 which consists of a draw of 1 ace and 1 four. Since dealer's starting total is 14, he must draw the ace first, so the count for this combo is 1. Element 18 consists of 1 ace and 1 two. Here dealer's final total can be achieved 2 ways; ace first or two first, so the count for this combo is 2.
A complete set of files would be for dealer hands 7,8,9,10,11,12,13,14,15,16 and 6,5,4,3,2,1,0 (2 files each for S17 and H17.) The total number of possible dealer hands (dealer hand=0) is 1677 for S17 and 1740 for H17.
Any way, if you think it may be something you are interested in, let me know.
kaycee