A219241 Distribution of letters in the name of the days of the week (English).
8, 0, 0, 8, 3, 1, 0, 1, 1, 0, 0, 0, 1, 3, 1, 0, 0, 3, 5, 3, 4, 0, 1, 0, 7, 0
Offset: 1
Examples
a(1) = 8 because the letter a (or 'A'), encoded as 1, appears 8 times in the names of the seven days, namely 7 times in '...day' and once in 'Satur...'. Similarly for the letter 'd' with a(4) = 8, which appears, besides 7 times in '...day', once in 'Wednes...'. The letter 'y' appears a(25) = 7 times in '...day'. There is no letter 'b' (or 'B') in the names of the days, hence a(2)=0.
Crossrefs
Cf. A049005.
Formula
a(n) = number of times the letter with standard code n (for the code see a comment above), appears in all the seven English names for the days of the week.
Comments