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.

A130765 ASCII codes for lower case letters.

Original entry on oeis.org

97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122
Offset: 1

Views

Author

Omar E. Pol, Aug 17 2007

Keywords

Comments

ASCII: American Standard Code for Information Interchange.

Examples

			b is code 98, z is code 122.
		

Crossrefs

Formula

a(n) = 96 + n, 0 < n < 27.