Some months ago I was doing research on Tsiolkovsky's rocket equation, and I created a PDF "cheat sheet" (using $\LaTeX$) with the various parameters re-arranged ($m_{\text{i}}$, $m_{\text{f}}$, $I_{\text{sp}}$, $\Delta v$, etc.) to help me better understand the basics of rocket propulsion. Some of the equations I compiled for my document are shown below:
Delta-V: $~~~~\Delta v = v_{\text{exh}} \cdot \ln\left(\dfrac{m_{\text{i}}}{m_{\text{f}}}\right) $
Final mass: $~~~~m_{\text{f}} = m_{\text{i}} \cdot \exp\left(\dfrac{-\Delta v}{v_{\text{exh}}}\right) $
Initial mass: $~~~~m_{\text{i}} = m_{\text{f}} \cdot \exp\left(\dfrac{\Delta v}{v_{\text{exh}}}\right) $
Propellant mass: $~~~~ m_{\text{p}} = m_{\text{i}} - m_{\text{f}}$
Mass fraction of propellant: $~~ \dfrac{m_{\text{p}}}{m_{\text{i}}} = \dfrac{m_{\text{i}} - m_{\text{f}}}{m_{\text{i}}} = 1 - \exp\left(\dfrac{-\Delta v}{v_{\text{exh}}}\right)$
Specific impulse (mass): $~~~~I_{\text{sp}} = 4.55368\sqrt{\dfrac{\text{heat released (kJ/mol)}} {\text{mass of products (kg/mol)}}}$
Specific impulse (thrust): $~~~~I_{\text{sp}} = \dfrac{v_{\text{exh}}}{g_{\oplus}}$
Exhaust velocity: $ ~~~~v_{\text{exh}} = I_{\text{sp}} \cdot g_{\oplus} $
Granted, these equations are hideously redundant, but the stoichiometric equation of mass-based $I_{\text{sp}}$ (units of velocity) had me curious:
What explains the 4.55368 constant?
I realize now that I either (1) found that number somewhere online several months ago when doing my research, or (2) I calculated it somehow. But now (embarrassingly) I cannot remember where, and Google searching earlier today has come up empty.
UPDATE
The below equations are in response to the comments: I claim that the constant value has no units, and I'm defending this claim below. Please note that the radical term reduces to $\dfrac{m}{s}$, which is how the mass-based $I_{sp}$ is measured.
1 Joule is
$$ 1 \text{kg} \cdot \dfrac{\text{m}^{2}}{\text{s}^{2}}$$
From my equation above,
$$I_{sp} \left(\text{as}~\dfrac{\text{m}}{\text{s}}\right) = const \cdot \sqrt{\dfrac{~~\frac{J}{mol}~~}{~~\frac{kg}{mol}~~}}$$
The moles in each denominator (inside the radical) cancel, giving
$$\dfrac{m}{s} = const \cdot \sqrt{\dfrac{J}{kg}} = const \cdot \sqrt{\dfrac{kg \cdot \frac{m^{2}}{s^{2}}}{kg}}$$
Kilograms cancel out, giving
$$ \dfrac{m}{s} = \text{const} \cdot \sqrt{\dfrac{~\dfrac{m^{2}}{s^{2}}~}{1}} = \text{const} \cdot \sqrt{\dfrac{m^{2}}{s^{2}}} = \text{const} \cdot \sqrt{\left( \dfrac{m}{s}\right)^{2}}$$
$$ \dfrac{m}{s} = \text{const} \cdot \dfrac{m}{s} $$