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

A298728 EBCDIC codes for upper case letters.

Original entry on oeis.org

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

Views

Author

Yohei Furutono, Jan 25 2018

Keywords

Comments

Extended Binary Coded Decimal Interchange Code.

Examples

			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.
		

Crossrefs

Programs

  • Mathematica
    With[{r = Range@ 9}, Flatten@ {2^7 + 2^6 + {r, 2^4 + r, 2^5 + Rest[r]}}] (* Michael De Vlieger, Jan 28 2018 *)
Showing 1-1 of 1 results.