A069195 Order of first letter of English name of consecutive days of the week starting from a Monday.
13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19, 13, 20, 23, 20, 6, 19, 19
Offset: 0
Examples
For Monday, M is the 13th letter of the alphabet, so a(0)=13.
Programs
-
Mathematica
PadRight[{},120,{13,20,23,20,6,19,19}] (* Harvey P. Dale, Jul 17 2024 *)
Comments