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.

A236555 Decimal expansion of the steradian solid angle subtended by one triangular facet of the cuboctahedron.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jan 28 2014

Keywords

Comments

Also the vertex solid angle of a regular tetrahedron.

Examples

			0.55128559843253080794214415146445924293385062869017869619170040868416...
		

Crossrefs

Cf. A236556. Icosidodecahedron: A319881, A319883. Vertex Angles: A019669, A236557, A236558.

Programs

Formula

arccos(23/27).
3*arcsin(2*sqrt(2)/3) - Pi. - Bradley Klee, Oct 04 2018
8*A236555 + 6*A236556 = 4*Pi. - Bradley Klee, Oct 04 2018
Equals 2*arctan(sqrt(2)/5). - R. J. Mathar, Mar 11 2025

Extensions

Definition corrected by Bradley Klee, Oct 04 2018

A236556 Decimal expansion of the steradian solid angle subtended by one square facet of the cuboctahedron.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jan 28 2014

Keywords

Comments

Also the vertex solid angle of a regular octahedron.

Examples

			1.35934763781648774838557005356705626555297876132983228572769584995966...
		

Crossrefs

Cf. A188615, A236555. Icosidodecahedron: A319881, A319883. Vertex Angles: A019669, A236557, A236558.

Programs

  • Maple
    evalf(4*arcsin(1/3),100) ; # R. J. Mathar, Apr 26 2021
  • Mathematica
    RealDigits[4*ArcSin[1/3], 10, 120][[1]] (* Amiram Eldar, May 22 2023 *)
  • PARI
    4*asin(1/3)

Formula

Equals 4*arcsin(1/3) = 4*A188615.
Equals 2*Pi - 4*arcsin(2*sqrt(2)/3). - Bradley Klee, Oct 04 2018
8*A236555 + 6*this = 4*Pi. - Bradley Klee, Oct 04 2018

Extensions

Definition corrected by Bradley Klee, Oct 04 2018

A236558 Vertex solid angle (steradians) in a regular dodecahedron.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Jan 28 2014

Keywords

Examples

			2.9617391537973149678740903860233946481841958625459137019202715623145...
		

Crossrefs

Cf. Analogs: A236555 (tetrahedron), A236556 (octahedron), A019669 (cube), A236557 (icosahedron).

Programs

  • Mathematica
    RealDigits[Pi - ArcTan[2/11], 10, 120][[1]] (* Amiram Eldar, May 22 2023 *)
  • PARI
    Pi-atan(2/11)

Formula

Equals Pi - arctan(2/11).
Showing 1-3 of 3 results.