login
Decimal representation of consonants and vowels in English integers mapped to binary 0 and 1.
3

%I #2 Mar 31 2012 10:29:57

%S 5,1,3,6,5,2,10,24,5,2,42,9,38,102,38,38,166,198,86,8,69,65,259,134,

%T 133,66,266,280,133,8,69,65,259,134,133,66,266,280,133,8,69,65,259,

%U 134,133,66,266,280,133,8,69,65,259,134,133,66,266,280,133,8,69,65,259,134,133

%N Decimal representation of consonants and vowels in English integers mapped to binary 0 and 1.

%e Consonants=0, vowels=1. a(1) = one = 101 = 5 a(2) = two = 001 = 1 a(3) = three = 00011 = 3 a(73) = seventythree = 010100000011 = 1283

%K base,easy,nonn,word

%O 1,1

%A _Gil Broussard_, Mar 31 2010