login
A089746
Period 12: repeat (4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3). (Number of syllables in English name of the months.)
4
4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3, 4, 4, 1, 2, 1, 1, 2, 2, 3, 3, 3, 3
OFFSET
1,1
COMMENTS
Original definition: Number of syllables in English name of n-th month, with comment: Period 12.
The original definition corresponds to the finite subsequence a(1)..a(12). There is no 13th month of the year. If "of the year" is omitted on purpose, there's no reason that the 1st month be January: the first day of the currently used Gregorian calendar was October 15, 1582, so the 1st month should be October. Originally the first month was March (whence the names September, ..., December for the 7th, ..., 10th month) and January was the 11th month. - M. F. Hasler, Feb 25 2018
REFERENCES
Marilyn vos Savant (marilyn(AT)parade.com), column in Parade magazine, 2003.
FORMULA
G.f.: x*(-3*x^11 - 3*x^10 - 3*x^9 - 3*x^8 - 2*x^7 - 2*x^6 - x^5 - x^4 - 2*x^3 - x^2 - 4*x - 4)/(x^12 - 1). - Chai Wah Wu, Feb 16 2021
EXAMPLE
For example, January is pronounced with four syllables: Jan-u-ar-y.
PROG
(PARI) a(n)=digits(344121122333)[n%12+1] \\ M. F. Hasler, Feb 25 2018
CROSSREFS
KEYWORD
nonn,word
AUTHOR
Drexel Hallaway (drexel(AT)cs.columbia.edu), Jan 08 2004
EXTENSIONS
Thanks to Ray Chandler for supplying the explanation for this sequence.
Edited by M. F. Hasler, Feb 25 2018
STATUS
approved