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.

A377787 Decimal expansion of 30*arctan(2).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Nov 07 2024

Keywords

Comments

Dehn invariant of the unit truncated icosahedron and Dehn invariant (negated) of the unit regular dodecahedron.

Examples

			33.214461533822715090511963805356111202101429362043...
		

Programs

  • Mathematica
    First[RealDigits[30 ArcTan[2], 10, 100]]
    First[RealDigits[PolyhedronData["Dodecahedron", "DehnInvariant"], 10, 100]]
    First[RealDigits[PolyhedronData["TruncatedIcosahedron", "DehnInvariant"], 10, 100]]
  • PARI
    30*atan(2) \\ Charles R Greathouse IV, Nov 20 2024