In that table the second value is 8 * Temperature
The first value is analog value for range 0-4095 which gets computed in online config tool with this formula
rs = (tabl.r1 == 0 ? temp.r : temp.r
tabl.r1/(temp.r+tabl.r1));
temp.adc = 4095rs/(rs+tabl.r2);It should be possible to reverse the function especially since r1 = 0, r2 is 4700 for all boards I know.r is the value you search-