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.

A243597 Decimal expansion of the fraction of the full solid angle subtended by a cone with the polar angle of 1 radian.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jun 07 2014

Keywords

Comments

Given a right circular cone with polar angle theta, the fraction of the full solid angle it subtends is (1-cos(theta))/2.

Examples

			0.22984884706593014129953169627851169813384478969103888616...
		

Crossrefs

Cf. A243596 (solid angle).

Programs

  • Mathematica
    RealDigits[(1-Cos[1])/2,10,120][[1]] (* Harvey P. Dale, Apr 14 2019 *)
  • PARI
    (1-cos(1))/2

Formula

Equals (1-cos(1))/2.
Equals A243596/(4*Pi).

A371935 Decimal expansion of Sum_{k>=0} (-1)^k / ((k+1)*(2*k+1)!).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Apr 24 2024

Keywords

Examples

			0.91939538826372056519812678511404679253...
		

Crossrefs

Programs

  • Mathematica
    s = N[Sum[(-1)^k/((k + 1) (2 k + 1)!), {k, 0, Infinity}], 120]
    First[RealDigits[s]]
  • PARI
    2*(1 - cos(1)) \\ Stefano Spezia, Apr 21 2025

Formula

Equals 2*(1 - cos(1)) = 2 * A371936.
From Hugo Pfoertner, Apr 26 2024: (Start)
Equals A243596/Pi.
Equals A272795^2. (End)
Showing 1-2 of 2 results.