If you download my DIVHEAD archive you get, in addition to the main program, a program called DPLATES, which will allow you to calculate the hole plates you will need to do any number of divisions up to a user-input maximum. The fewer the hole plates needed, the more "useful" is the designated worm gear ratio.
Below I've included part of the writeup included with the archive. It describes in more detail the use of DPLATES.
------------------------------------------------------------------------------
The problem of just which hole plates one NEEDS piqued my curiosity
and so I wrote a short program (DPLATES) to calculate what is needed as a
function of the gear ratio and the largest number of divisions one might
anticipate needing (no rapid indexing plate assumed). It's offered here as a
'bonus' for those of you who might consider building a dividing head. Let me
know if I got something wrong.
Below are some sample outputs with my annotations.
-----------------------------------------------------------------------------
REQUIRED DIVIDING HEAD HOLE PLATES
DH worm gear ratio [40] ?
Maximum number of divisions needed [50] ?
Hole plates required for all divisions up to 50
4,5,6,17,19,21,23,27,29,31,33,37,39,41,43,47,49,
It would appear that the 15 and 16 hole circles normally supplied with
commonly available devices aren't really needed to get the advertised "all
possible divisions up to 50". Maybe it's done to make the low number plate
look better. (You need the 20 hole plate for 4 and 5 and the 18 hole plate
supplies the 6.)
REQUIRED DIVIDING HEAD HOLE PLATES
DH worm gear ratio [40] ? 90
Maximum number of divisions needed [50] ?
Hole plates required for all divisions up to 50
3,5,13,14,16,17,19,22,23,29,31,37,41,43,47,49,
One less plate with a 90:1 ratio to get everything up to 50.
REQUIRED DIVIDING HEAD HOLE PLATES
DH worm gear ratio [40] ? 100
Maximum number of divisions needed [50] ?
Hole plates required for all divisions up to 50
8,12,17,19,21,23,27,29,31,33,37,39,41,43,47,49,
A 100:1 ratio doesn't save a lot of drilling effort.
REQUIRED DIVIDING HEAD HOLE PLATES
DH worm gear ratio [40] ? 60
Maximum number of divisions needed [50] ?
Hole plates required for all divisions up to 50
5,8,9,11,13,17,19,23,29,31,37,41,43,47,49,
A 60:1 ratio is good because 60 is evenly divisible by a lot of
integers.
-----------------------------------------------------------------------------