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.

A273621 Decimal expansion of the solid angle (in steradians) subtended by a cone having the 'magic' angle A195696 as its polar angle.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Aug 15 2016

Keywords

Comments

An example of such a cone is the one circumscribed to a cube from one of its vertices. When expressed as a fraction of the full solid angle, this constant leads to A156309.

Examples

			2.65558657871115077573713025127469430382620630256473049081011931...
		

Crossrefs

Programs

  • Mathematica
    First@RealDigits@N[2*Pi*(1 - Sqrt[1/3]), 25] (* G. C. Greubel, Aug 15 2016 *)
  • PARI
    2*Pi*(1-sqrt(1/3))

Formula

Equals 2*Pi*(1-sqrt(1/3)) = 4*Pi*A156309 = 2*Pi*(1-cos(A210974)).

A319905 Decimal expansion of 4*(sqrt(2) - 1)/3.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

A 90-degree unit-circular arc in the first quadrant can be approximated by a cubic Bézier curve. In this case, L = 4*(sqrt(2) - 1)/3 is the unit tangent vector scaling factor that minimizes the distance between the curve and the unit circle segment, provided its endpoints and midpoint are interpolated.
Riškus referred to this constant as "magic number".
The Bézier curve with control points {(1,0), (1,L), (L,1), (0,1)} has a minimum distance to the origin of 1 (at t in {0, 1/2, 1}), and it has a maximum distance to the origin of (1/3)*sqrt(71/6-2*sqrt(2)) = 1.00027253... at t in {(3 - sqrt(3))/6,(3 + sqrt(3))/6}. - Peter Kagey, Feb 21 2025

Examples

			0.552284749830793398402251632279597438092895833835930...
		

Crossrefs

Programs

  • Maple
    Digits:=1000; evalf(4*(sqrt(2) - 1)/3);
  • Mathematica
    RealDigits[4*(Sqrt[2] - 1)/3, 10, 100][[1]]
  • PARI
    4*(sqrt(2) - 1)/3

Formula

Equals (4/3)*tan(Pi/8).
Irrational number represented by the periodic continued fraction [0; [1, 1, 4, 3]]; positive real root of 9*x^2 + 24*x - 16. - Peter Luschny, Oct 04 2018
Showing 1-2 of 2 results.