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-4 of 4 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

A111313 Character codes of the string "The On-Line Encyclopedia of Integer Sequences".

Original entry on oeis.org

84, 104, 101, 32, 79, 110, 45, 76, 105, 110, 101, 32, 69, 110, 99, 121, 99, 108, 111, 112, 101, 100, 105, 97, 32, 111, 102, 32, 73, 110, 116, 101, 103, 101, 114, 32, 83, 101, 113, 117, 101, 110, 99, 101, 115
Offset: 1

Views

Author

Zak Seidov, Nov 03 2005

Keywords

Crossrefs

Programs

  • Mathematica
    ToCharacterCode["The On-Line Encyclopedia of Integer Sequences"]
  • PARI
    A111313=Vecsmall("The On-Line Encyclopedia of Integer Sequences") \\ M. F. Hasler, Nov 08 2009
    
  • Python
    print([ord(c) for c in "The On-Line Encyclopedia of Integer Sequences"]) # Michael S. Branicky, Aug 17 2022

A209925 ASCII encoded concatenation of the months' names, spelled in English.

Original entry on oeis.org

74, 97, 110, 117, 97, 114, 121, 70, 101, 98, 114, 117, 97, 114, 121, 77, 97, 114, 99, 104, 65, 112, 114, 105, 108, 77, 97, 121, 74, 117, 110, 101, 74, 117, 108, 121, 65, 117, 103, 117, 115, 116, 83, 101, 112, 116, 101, 109, 98, 101, 114, 79, 99, 116, 111, 98, 101, 114, 78, 111, 118, 101, 109, 98, 101, 114, 68, 101, 99, 101, 109, 98, 101, 114
Offset: 1

Views

Author

M. F. Hasler, Mar 15 2012

Keywords

Crossrefs

Programs

  • PARI
    Vecsmall("JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember")

Formula

A209924 = A209925 (mod 32).

A209926 Concatenation of the months' names, spelled in French, with 'a'=1, ..., 'z'=26 (ignoring accents).

Original entry on oeis.org

10, 1, 14, 22, 9, 5, 18, 6, 5, 22, 18, 9, 5, 18, 13, 1, 18, 19, 1, 22, 18, 9, 12, 13, 1, 9, 10, 21, 9, 14, 10, 21, 9, 12, 12, 5, 20, 1, 15, 21, 20, 19, 5, 16, 20, 5, 13, 2, 18, 5, 15, 3, 20, 15, 2, 18, 5, 14, 15, 22, 5, 13, 2, 18, 5, 4, 5, 3, 5, 13, 2, 18, 5
Offset: 1

Views

Author

M. F. Hasler, Mar 15 2012

Keywords

Crossrefs

Cf. A209924 (same for English), A209927 (same for German).

Programs

  • PARI
    Vec( Vecsmall( "janvierfevriermarsavrilmaijuinjuilletaoutseptembreoctobrenovembredecembre" ))%32
Showing 1-4 of 4 results.