cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A209924 Concatenation of the months' names spelled in English, with 1=A, 2=B,..., 26=Z.

Original entry on oeis.org

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

Views

Author

M. F. Hasler, Mar 15 2012

Keywords

Crossrefs

Cf. A209926 (same for French), A209927 (same for German).

Programs

  • Mathematica
    LetterNumber/@Table[DateString[{2024,m,1},"MonthName"],{m,12}]//Flatten (* Harvey P. Dale, Jul 28 2024 *)
  • PARI
    Vec( Vecsmall( "JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember" ))%32
Showing 1-1 of 1 results.