A301755 Decimal expansion of 3/8.
3, 7, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
0.3750000...
References
- Peter Atkins, Julio de Paula, Physical Chemistry 8th Ed., W. H. Freeman and Company, 2006, pp. 14-21.
Links
- Herbert Solomon, Geometric Probability, SIAM, 1978, p. 152.
- Wikipedia, Compressibility factor.
- Wikipedia, Van der Waals equation.
Crossrefs
Cf. A232715.
Programs
-
Mathematica
First@ RealDigits[N[3/8, 105]] (* Michael De Vlieger, May 15 2018 *)
-
PARI
my(x=3/8); for(k=1, 100, my(d=floor(x)); x=(x-d)*10; k>1 && print1(d, ", ")) \\ Felix Fröhlich, Mar 28 2018
Comments