A348758 Times on a 12-hour digital clock with 6 digits at which the angle of the sector enclosing the three continuously moving hands of an analog clock has a local minimum.
0, 10505, 21111, 31616, 42122, 52727, 63233, 73838, 84344, 94849, 105455, 120000
Offset: 1
Examples
See A348759.
Programs
-
PARI
vector(12, i, my(t=((i-1)*719\/11)*43200\/719); t\3600*10000 + t%3600\60*100 + t%60) \\ Ruud H.G. van Tol, Jan 07 2025
Formula
a(n) = round(A348759(n)*43200/719) seconds since 00:00:00, expressed as hhmmss. - Robert B Fowler, Jan 05 2023
Comments