A171540 Decimal expansion of sqrt(5/14).
5, 9, 7, 6, 1, 4, 3, 0, 4, 6, 6, 7, 1, 9, 6, 8, 1, 9, 9, 8, 4, 4, 0, 8, 5, 8, 9, 8, 4, 6, 5, 6, 2, 4, 9, 2, 4, 2, 3, 4, 3, 9, 5, 4, 9, 4, 9, 9, 0, 5, 1, 5, 7, 1, 2, 9, 3, 7, 0, 8, 2, 4, 5, 0, 5, 7, 4, 4, 1, 9, 8, 0, 4, 2, 4, 5, 1, 2, 1, 4, 9, 8, 7, 9, 1, 5, 3, 3, 6, 5, 6, 8, 9, 2, 5, 1, 0, 9, 7, 2, 6, 0, 9, 9, 8
Offset: 0
Examples
sqrt(5/14) = sqrt(70)/14 = 0.597614304667196819984408589846...
Links
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[Sqrt[5/14],10,120][[1]] (* Harvey P. Dale, Oct 19 2012 *)
Comments