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.

Showing 1-2 of 2 results.

A171541 Decimal expansion of 2*sqrt(3/35).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 11 2009

Keywords

Comments

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

Examples

			sqrt(12/35) = 2*sqrt(105)/35 = 0.5855400437691199076126307817440601137562...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[2*Sqrt[3/35],10,120][[1]] (* Harvey P. Dale, Feb 29 2012 *)

Formula

Equals 2*A171546 = A010469/A010490.

A171544 Decimal expansion of 3*sqrt(2/35).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 11 2009

Keywords

Comments

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

Examples

			sqrt(18/35) = 3*sqrt(70)/35 = 0.7171371656006361839812903078158...
		

Programs

  • Magma
    SetDefaultRealField(RealField(50)); 3*Sqrt(2/35); // G. C. Greubel, Sep 28 2018
  • Maple
    evalf(3*sqrt(2/35),120); # Muniru A Asiru, Sep 28 2018
  • Mathematica
    RealDigits[3*Sqrt[2/35], 10, 50][[1]] (* G. C. Greubel, Jun 08 2017 *)
  • PARI
    default(realprecision, 50); 3*sqrt(2/35) \\ G. C. Greubel, Jun 08 2017
    

Formula

Showing 1-2 of 2 results.