A171542 Decimal expansion of sqrt(27/70).
6, 2, 1, 0, 5, 9, 0, 0, 3, 4, 0, 8, 1, 1, 8, 7, 9, 6, 0, 1, 6, 5, 1, 4, 1, 7, 8, 1, 6, 4, 4, 1, 8, 7, 8, 8, 1, 3, 4, 5, 7, 7, 1, 2, 3, 2, 0, 3, 9, 5, 5, 9, 8, 9, 5, 1, 5, 5, 3, 9, 6, 3, 4, 5, 9, 0, 7, 7, 7, 6, 1, 5, 9, 7, 0, 8, 7, 2, 0, 1, 8, 0, 7, 3, 3, 9, 5, 5, 6, 5, 3, 7, 1, 5, 8, 3, 6, 0, 7, 0, 4, 6, 5, 5, 9
Offset: 0
Examples
sqrt(27/70) = 3*sqrt(210)/70 = 0.621059003408118796016514178164...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 0..10000
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[Sqrt[27/70],10,120][[1]] (* Harvey P. Dale, Apr 26 2011 *)
Comments