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.

A049005 Number of letters in English names for days of week.

Original entry on oeis.org

6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8, 6, 6, 7, 9, 8, 6, 8
Offset: 0

Views

Author

Deepak R. N (deepak_rama(AT)bigfoot.com)

Keywords

Comments

Period 7, repeat [6, 6, 7, 9, 8, 6, 8]. - Joerg Arndt, Sep 20 2023

Examples

			a(0)=6 because "Sunday" has 6 letters.
		

Formula

From Elmo R. Oliveira, Jul 16 2024: (Start)
G.f.: (6 + 6*x + 7*x^2 + 9*x^3 + 8*x^4 + 6*x^5 + 8*x^6)/(1-x^7).
a(n) = a(n-7) for n >= 7. (End)

Extensions

Offset 0 from Michel Marcus, Aug 12 2023