ionic radii are looked up using a pair of parallel arrays
the ionicLookupTable contains both the elementNumber
and the ionization value, represented as follows:
(elementNumber << 4) + (ionizationValue + 4)
if you don't understand this representation, don't worry about
the binary shifting and stuff.