|
|
A298720
|
|
EBCDIC codes for lower case letters.
|
|
1
|
|
|
129, 130, 131, 132, 133, 134, 135, 136, 137, 145, 146, 147, 148, 149, 150, 151, 152, 153, 162, 163, 164, 165, 166, 167, 168, 169
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Extended Binary Coded Decimal Interchange Code.
|
|
LINKS
|
|
|
EXAMPLE
|
Corresponding hexadecimal values: 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, A2, A3, A4, A5, A6, A7, A8, A9.
For example, 'a' is 81, 'b' is 82, ..., 'z' is A9.
|
|
MATHEMATICA
|
With[{r = Range@ 9}, Flatten@ {2^7 + {r, 2^4 + r, 2^5 + Rest[r]}}] (* Michael De Vlieger, Jan 28 2018 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
base,fini,full,nonn,word
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|