A355554 Sexagesimal expansion of 180/Pi.
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
Examples
a(3) = floor((((180/Pi-57)*60)-17)*60) = 44.
Programs
-
Mathematica
RealDigits[180/Pi, 60, 100][[1]] (* Amiram Eldar, Feb 03 2023 *)
Comments