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.

A355554 Sexagesimal expansion of 180/Pi.

Original entry on oeis.org

57, 17, 44, 48, 22, 29, 22, 22, 7, 32, 46, 14, 58, 15, 20, 17, 32, 7, 4, 43, 35, 36, 12, 35, 9, 17, 4, 12, 9, 40, 27, 27, 26, 48, 25, 12, 52, 48, 52, 18, 21, 42, 13, 53, 32, 25, 44, 46, 54, 25, 56, 34, 21, 51, 6, 35, 33, 34, 49, 6, 43, 10, 36, 31, 50, 20, 31
Offset: 1

Views

Author

Carmine Suriano, Jan 17 2023

Keywords

Comments

1 radian = 180/Pi degrees (57 degrees 17' 44.806247...").

Examples

			a(3) = floor((((180/Pi-57)*60)-17)*60) = 44.
		

Crossrefs

Programs

  • Mathematica
    RealDigits[180/Pi, 60, 100][[1]] (* Amiram Eldar, Feb 03 2023 *)