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

A195696 Decimal expansion of arccos(sqrt(1/3)) and of arcsin(sqrt(2/3)) and arctan(sqrt(2)).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Comments

Angle (in radians) between an edge and (the normal of) a face of the regular tetrahedron. - R. J. Mathar, Feb 23 2012
Also known as magic angle; root of P_2(cos(theta)), with P_2(x) being second-order Legendre polynomial. - Stanislav Sykora, May 25 2012
From Stanislav Sykora, Nov 14 2013: (Start)
Also the angle between the body diagonal of a cube and an incident edge, and therefore the polar angle of the cone circumscribed to a cube from one of its vertices.
Also half of the tetrahedral angle (A156546).
In nuclear magnetic resonance, the angle, with respect to the direction of the main magnetic field, under which a solid sample needs to be spun in order to average to zero unwanted dipole-dipole spin interactions (the magic angle spinning, or MAS, technique). (End)
Also <3_2> in Conway et al. (1999). - Eric W. Weisstein, Nov 06 2024

Examples

			0.9553166181245092781638571025157577... (= 54.73561031... degrees).
		

Crossrefs

Cf. A156546, A195695, A197739, A210974 (in degrees), A243445.

Programs

Formula

Equals i*log(sqrt(1/3) - i*sqrt(2/3)). - Andrea Pinos, Nov 03 2023
Equals A156546/2 = 2*A197739. - Hugo Pfoertner, Nov 06 2024

A195695 Decimal expansion of arcsin(sqrt(1/3)) and of arccos(sqrt(2/3)).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Comments

The complementary magic angle, that is, Pi/2 - A195696. The angle between the body-diagonal and a congruent face-diagonal of a cube. And also the polar angle of the cone circumscribed to a regular tetrahedron from one of its vertices. - Stanislav Sykora, Nov 21 2013
This is the value of the angle of the circular cone to the axis, that maximizes the volume of the cone enclosed by a given area. See the +plus link. - Michel Marcus, Aug 27 2017

Examples

			arcsin(sqrt(1/3)) = 0.61547970867038734106746458912399...
		

Crossrefs

Cf. A195696 (magic angle), A195698, A020760, A157697, A243445.

Programs

  • Magma
    [Arcsin(Sqrt(1/3))]; // G. C. Greubel, Nov 18 2017
  • Mathematica
    r = Sqrt[1/3];
    N[ArcSin[r], 100]
    RealDigits[%]  (* A195695 *)
    N[ArcCos[r], 100]
    RealDigits[%]  (* A195696 *)
    N[ArcTan[r], 100]
    RealDigits[%]  (* A019673 *)
    N[ArcCos[-r], 100]
    RealDigits[%]  (* A195698 *)
  • PARI
    atan(1/sqrt(2)) \\ Michel Marcus, Aug 27 2017
    

Formula

Also equals arctan(1/sqrt(2)). - Michel Marcus, Aug 27 2017

A195723 Decimal expansion of arctan(golden ratio).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Comments

The polar angle, in radians, of the cone circumscribed to a regular icosahedron from one of its vertices. - Stanislav Sykora, Feb 15 2014
The angle between the diagonal and the shorter side of a golden rectangle. - Amiram Eldar, May 18 2021

Examples

			arctan((1+sqrt(5))/2) = 1.0172219678978513677227...
		

Crossrefs

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Arctan((1+Sqrt(5))/2); // G. C. Greubel, Aug 20 2018
  • Mathematica
    r=GoldenRatio; N[ArcTan[r],100]
    RealDigits[%] (* A195723 *)
  • PARI
    atan((1+sqrt(5))/2) \\ G. C. Greubel, Aug 20 2018
    

Formula

Equals arccos(sqrt((5-sqrt(5))/10)). - Stanislav Sykora, Feb 15 2014
Equals Pi/2 - A195693. - Amiram Eldar, May 18 2021
Showing 1-3 of 3 results.