login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A298728
EBCDIC codes for upper case letters.
1
193, 194, 195, 196, 197, 198, 199, 200, 201, 209, 210, 211, 212, 213, 214, 215, 216, 217, 226, 227, 228, 229, 230, 231, 232, 233
OFFSET
1,1
COMMENTS
Extended Binary Coded Decimal Interchange Code.
EXAMPLE
Hexadecimal values: C1, C2, C3, C4, C5, C6, C7, C8, C9, D1, D2, D3, D4, D5, D6, D7, D8, D9, E2, E3, E4, E5, E6, E7, E8, E9.
For example, 'A' is C1, 'B' is C2, ..., 'Z' is E9.
MATHEMATICA
With[{r = Range@ 9}, Flatten@ {2^7 + 2^6 + {r, 2^4 + r, 2^5 + Rest[r]}}] (* Michael De Vlieger, Jan 28 2018 *)
CROSSREFS
Sequence in context: A340352 A012856 A114859 * A332457 A088119 A363147
KEYWORD
base,fini,full,nonn,word
AUTHOR
Yohei Furutono, Jan 25 2018
STATUS
approved