login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of Cp(5), the molar specific heat of an pentaatomic ideal gas at constant pressure, in J mol^-1 K^-1.
1

%I #7 Jan 11 2020 15:57:47

%S 4,5,7,2,9,5,9,6

%N Decimal expansion of Cp(5), the molar specific heat of an pentaatomic ideal gas at constant pressure, in J mol^-1 K^-1.

%C Also decimal expansion of Cv(6), the molar specific heat of a hexaatomic gas at constant volume.

%C The molar specific heat of an n-atomic gas at constant pressure and volume can be calculated respectively with the following formulae:

%C Cv(n) = (n + 1/2) R.

%C Cp(n) = (n + 3/2) R.

%C Where R = Cp(n) - Cv(n) = Cp(n) - Cp(n-1) = A081822 is IUPAC's value of the gas constant.

%H Kshitij Education, <a href="http://www.kshitij-iitjee.com/molar-specific-heat-of-an-ideal-gas">Molar specific heat</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Heat_capacity">Heat capacity</a>

%F Cp(5) = (5 + 3/2) * R = 11/2 * A081822.

%F Cp(5) = Cp(4) + R = Cv(5) + R = A272005 + A081822.

%e Cp(5) = Cv(6) = 45.729596 J mol^-1 K^-1.

%Y Cf. A081822, A272001, A272002, A272003, A272004, A272005.

%K nonn,cons,more

%O 2,1

%A _Natan Arie Consigli_, Sep 11 2016