login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036218 Hours recorded by a 24-hour clock. 0

%I #17 Oct 12 2019 15:19:45

%S 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,

%T 3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5,

%U 6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,0,1,2,3,4,5

%N Hours recorded by a 24-hour clock.

%C Period 24: repeat [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]. - _Omar E. Pol_, Apr 26 2016

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/24-hour_clock">24-hour clock</a>.

%t Mod[#, 24] & /@ Range[0, 77] (* _Michael De Vlieger_, Apr 27 2016 *)

%o (PARI) a(n) = n % 24; \\ _Michel Marcus_, Apr 27 2016

%Y Cf. A034326.

%K nonn,easy

%O 0,3

%A _N. J. A. Sloane_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 28 23:06 EDT 2024. Contains 374727 sequences. (Running on oeis4.)