cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A171535 Decimal expansion of 2*sqrt(2/15).

Original entry on oeis.org

7, 3, 0, 2, 9, 6, 7, 4, 3, 3, 4, 0, 2, 2, 1, 4, 8, 4, 6, 0, 9, 2, 9, 3, 0, 4, 3, 7, 3, 4, 4, 0, 2, 8, 4, 5, 2, 7, 0, 3, 2, 6, 2, 5, 9, 9, 9, 7, 3, 1, 1, 0, 0, 5, 6, 3, 5, 8, 5, 9, 2, 6, 6, 3, 0, 9, 9, 9, 1, 0, 3, 6, 1, 6, 3, 6, 3, 0, 3, 1, 1, 7, 3, 4, 4, 7, 7, 9, 1, 4, 8, 8, 5, 1, 6, 0, 8, 3, 4, 3, 5, 2, 9, 6, 9
Offset: 0

Views

Author

R. J. Mathar, Dec 11 2009

Keywords

Comments

The absolute value of the Clebsch-Gordan coupling coefficient = <3/2 1 ; -1/2 1 | 3/2 1/2>.

Examples

			sqrt(8/15) = 0.73029674334022148460929304... = 2*0.365148371..
		

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Sqrt(8/15); // G. C. Greubel, Oct 02 2018
  • Mathematica
    RealDigits[2*Sqrt[2/15], 10, 100][[1]] (* G. C. Greubel, Oct 02 2018 *)
  • PARI
    default(realprecision, 100); sqrt(8/15) \\ G. C. Greubel, Oct 02 2018
    

Formula