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-4 of 4 results.

A171539 Decimal expansion of sqrt(6/35).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 11 2009

Keywords

Comments

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

Examples

			sqrt(6/35) = sqrt(210)/35 = 0.414039335605412530677676118776...
		

Programs

  • Mathematica
    RealDigits[Sqrt[6/35],10,120][[1]] (* Harvey P. Dale, Jun 09 2023 *)

Formula

A171546 Decimal expansion of sqrt(3/35).

Original entry on oeis.org

2, 9, 2, 7, 7, 0, 0, 2, 1, 8, 8, 4, 5, 5, 9, 9, 5, 3, 8, 0, 6, 3, 1, 5, 3, 9, 0, 8, 7, 2, 0, 3, 0, 0, 5, 6, 8, 7, 8, 1, 4, 3, 7, 9, 0, 3, 8, 4, 4, 2, 3, 7, 9, 7, 9, 8, 6, 9, 1, 3, 6, 7, 1, 4, 2, 5, 4, 3, 8, 5, 1, 3, 8, 7, 7, 2, 9, 5, 8, 3, 0, 6, 5, 5, 0, 6, 3, 7, 6, 0, 8, 1, 0, 8, 1, 5, 6, 2, 1, 0, 5, 5, 8, 4, 1
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 -1/2 | 5/2 -1/2>.

Examples

			sqrt(3/35) = sqrt(105)/35 = 0.2927700218845599538063153..
		

Programs

  • Mathematica
    RealDigits[Sqrt[3/35],10,120][[1]]  (* Harvey P. Dale, Apr 20 2011 *)

Formula

A171542 Decimal expansion of sqrt(27/70).

Original entry on oeis.org

6, 2, 1, 0, 5, 9, 0, 0, 3, 4, 0, 8, 1, 1, 8, 7, 9, 6, 0, 1, 6, 5, 1, 4, 1, 7, 8, 1, 6, 4, 4, 1, 8, 7, 8, 8, 1, 3, 4, 5, 7, 7, 1, 2, 3, 2, 0, 3, 9, 5, 5, 9, 8, 9, 5, 1, 5, 5, 3, 9, 6, 3, 4, 5, 9, 0, 7, 7, 7, 6, 1, 5, 9, 7, 0, 8, 7, 2, 0, 1, 8, 0, 7, 3, 3, 9, 5, 5, 6, 5, 3, 7, 1, 5, 8, 3, 6, 0, 7, 0, 4, 6, 5, 5, 9
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 3/2 | 5/2 1/2>.

Examples

			sqrt(27/70) = 3*sqrt(210)/70 = 0.621059003408118796016514178164...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[27/70],10,120][[1]] (* Harvey P. Dale, Apr 26 2011 *)

Formula

A171547 Decimal expansion of sqrt(3/14).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Dec 11 2009

Keywords

Comments

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

Examples

			sqrt(3/14) = sqrt(42)/14 = 0.462910049886275730783283388291999761264...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Sqrt[3/14],10,120][[1]] (* Harvey P. Dale, Sep 23 2011 *)

Formula

Showing 1-4 of 4 results.