A171539 Decimal expansion of sqrt(6/35).
4, 1, 4, 0, 3, 9, 3, 3, 5, 6, 0, 5, 4, 1, 2, 5, 3, 0, 6, 7, 7, 6, 7, 6, 1, 1, 8, 7, 7, 6, 2, 7, 9, 1, 9, 2, 0, 8, 9, 7, 1, 8, 0, 8, 2, 1, 3, 5, 9, 7, 0, 6, 5, 9, 6, 7, 7, 0, 2, 6, 4, 2, 3, 0, 6, 0, 5, 1, 8, 4, 1, 0, 6, 4, 7, 2, 4, 8, 0, 1, 2, 0, 4, 8, 9, 3, 0, 3, 7, 6, 9, 1, 4, 3, 8, 9, 0, 7, 1, 3, 6, 4, 3, 7, 2
Offset: 0
Examples
sqrt(6/35) = sqrt(210)/35 = 0.414039335605412530677676118776...
Links
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[Sqrt[6/35],10,120][[1]] (* Harvey P. Dale, Jun 09 2023 *)
Comments