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.

A121377 ASCII codes for decimal digits.

Original entry on oeis.org

48, 49, 50, 51, 52, 53, 54, 55, 56, 57
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 25 2006

Keywords

Examples

			BIN: 110000, 110001, 110010, 110011, 110100, 110101, 110110, 110111, 111000, 111001;
OCT: 60, 61, 62, 63, 64, 65, 66, 67, 70, 71;
HEX: 30, 31, 32, 33, 34, 35, 36, 37, 38, 39.
		

Crossrefs

Cf. A121378.

Programs

Formula

a(n) = A121378(n) - 192.