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.

A069195 Order of first letter of English name of consecutive days of the week starting from a Monday.

Original entry on oeis.org

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

Views

Author

Guenther Kloetzl (GKloetzl(AT)aol.com), Apr 14 2002

Keywords

Comments

Period 7, repeat [13, 20, 23, 20, 6, 19, 19]. - Joerg Arndt, Sep 20 2023

Examples

			For Monday, M is the 13th letter of the alphabet, so a(0)=13.
		

Crossrefs

Programs

  • Mathematica
    PadRight[{},120,{13,20,23,20,6,19,19}] (* Harvey P. Dale, Jul 17 2024 *)