login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A209924
Concatenation of the months' names spelled in English, with 1=A, 2=B,..., 26=Z.
2
10, 1, 14, 21, 1, 18, 25, 6, 5, 2, 18, 21, 1, 18, 25, 13, 1, 18, 3, 8, 1, 16, 18, 9, 12, 13, 1, 25, 10, 21, 14, 5, 10, 21, 12, 25, 1, 21, 7, 21, 19, 20, 19, 5, 16, 20, 5, 13, 2, 5, 18, 15, 3, 20, 15, 2, 5, 18, 14, 15, 22, 5, 13, 2, 5, 18, 4, 5, 3, 5, 13, 2, 5, 18
OFFSET
1,1
MATHEMATICA
LetterNumber/@Table[DateString[{2024, m, 1}, "MonthName"], {m, 12}]//Flatten (* Harvey P. Dale, Jul 28 2024 *)
PROG
(PARI) Vec( Vecsmall( "JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember" ))%32
CROSSREFS
Cf. A209926 (same for French), A209927 (same for German).
Sequence in context: A179937 A198487 A099613 * A209926 A016530 A342638
KEYWORD
nonn,fini,full
AUTHOR
M. F. Hasler, Mar 15 2012
STATUS
approved