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-2 of 2 results.

A054638 0 if pronounced name of n-th letter of English alphabet begin with a vowel sound, otherwise 1. Different from A074322.

Original entry on oeis.org

0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1
Offset: 1

Views

Author

Rick L. Shepherd, Feb 09 2002

Keywords

Comments

Three curious properties: (1) 13 0's and 13 1's, (2) Sequence is equivalent to the concatenation of its three non-overlapping, consecutive subsequences of lengths 5, 16 and 5, where each of the three subsequences is palindromic (for example, a(6),...,a(21) = 0,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0). (3) "5, 16, 5" is also palindromic.

Examples

			a(8)=0 because the name of "h", the 8th letter of the English alphabet, is pronounced with an initial (long) "a" sound (plus "ch"). Because "a" is a vowel, a(8)=0. a(26)=1 because the name of "z", the 26th letter, is pronounced with an initial "z" sound (whether as z plus long-e sounds (e.g. U.S.A.) or as "zed" (Brit.)) and "z" is a consonant, denoted by 1 here.
		

Crossrefs

Cf. A048659. A074322 gives another version.

A074322 0 if pronounced name of n-th letter of English alphabet begin with a vowel sound, otherwise 1. Different from A054638.

Original entry on oeis.org

0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1
Offset: 1

Views

Author

Jim Nastos, Jun 11 2003

Keywords

Crossrefs

Cf. A048659. A054638 gives another version.
Showing 1-2 of 2 results.