Something like this ?
Local $sBase = "H,Li,Na,K,Rb,Cs,"
Local $aSalt = ["Ti", "B", "Zr", "Si", "Hf", "As", "Rf", "Sb"]
Local $aCombo = _ArrayCombinations($aSalt, 2, ",")
_ArrayDelete($aCombo, 0)
For $i = 0 To UBound($aCombo) - 1
$aCombo[$i] = '"' & StringReplace($sBase & $aCombo[$i], ',', '", "') & '"'
Next
_ArrayDisplay($aCombo)
BTW do you really have a significant physical stock of Rutherfordium, or do you produce it on demand in your microwave oven?