A171537 Decimal expansion of sqrt(3/7).
6, 5, 4, 6, 5, 3, 6, 7, 0, 7, 0, 7, 9, 7, 7, 1, 4, 3, 7, 9, 8, 2, 9, 2, 4, 5, 6, 2, 4, 6, 8, 5, 8, 3, 5, 5, 5, 6, 9, 2, 0, 8, 0, 8, 2, 3, 9, 5, 4, 2, 4, 5, 5, 7, 5, 1, 5, 3, 2, 0, 3, 0, 3, 4, 1, 5, 2, 6, 6, 9, 1, 7, 9, 3, 5, 3, 9, 5, 8, 4, 0, 9, 4, 3, 4, 8, 0, 2, 2, 2, 7, 8, 4, 7, 7, 7, 8, 6, 1, 8, 1, 1, 0, 8, 5
Offset: 0
Examples
sqrt(3/7) = 0.6546536707079771437982924562...
Links
- Wikipedia, Table of Clebsch-Gordan coefficients
Programs
-
Mathematica
RealDigits[N[Sqrt[3/7],300]][[1]] (* Vladimir Joseph Stephan Orlovsky, Mar 04 2011*)
Comments