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!)
A007884 Chimes made by clock striking quarter-hours. 1
1, 2, 3, 1, 1, 2, 3, 2, 1, 2, 3, 3, 1, 2, 3, 4, 1, 2, 3, 5, 1, 2, 3, 6, 1, 2, 3, 7, 1, 2, 3, 8, 1, 2, 3, 9, 1, 2, 3, 10, 1, 2, 3, 11, 1, 2, 3, 12, 1, 2, 3, 1, 1, 2, 3, 2, 1, 2, 3, 3, 1, 2, 3, 4, 1, 2, 3, 5, 1, 2, 3, 6, 1, 2, 3, 7, 1, 2, 3, 8, 1, 2, 3, 9, 1, 2, 3, 10, 1, 2, 3, 11, 1, 2, 3, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Periodic sequence with period 48. - Michel Marcus, Jul 17 2013
LINKS
MATHEMATICA
Table[Flatten[Table[PadRight[{1, 2, 3}, 4, h], {h, 12}]], {2}]//Flatten (* Harvey P. Dale, Jun 16 2023 *)
PROG
(PARI) a(n)= if((n+1)%4, (n+1)%4, ((n+1)/4-1)%12+1) \\ Michel Marcus, Jul 17 2013
CROSSREFS
Sequence in context: A036466 A065882 A276327 * A190593 A276336 A212811
KEYWORD
nonn
AUTHOR
STATUS
approved

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 31 13:42 EDT 2024. Contains 374800 sequences. (Running on oeis4.)