Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #10 Jul 28 2024 12:46:53
%S 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,
%T 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,
%U 3,20,15,2,5,18,14,15,22,5,13,2,5,18,4,5,3,5,13,2,5,18
%N Concatenation of the months' names spelled in English, with 1=A, 2=B,..., 26=Z.
%t LetterNumber/@Table[DateString[{2024,m,1},"MonthName"],{m,12}]//Flatten (* _Harvey P. Dale_, Jul 28 2024 *)
%o (PARI) Vec( Vecsmall( "JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember" ))%32
%Y Cf. A209926 (same for French), A209927 (same for German).
%Y Cf. A031139, A049004, A033986, A089746, A049005, A069195, A103742, A134456, A161376.
%K nonn,fini,full
%O 1,1
%A _M. F. Hasler_, Mar 15 2012