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.

A130764 ASCII codes for upper case letters.

Original entry on oeis.org

65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90
Offset: 1

Views

Author

Omar E. Pol, Aug 17 2007

Keywords

Comments

ASCII: American Standard Code for Information Interchange.

Examples

			A is code 65, B is code 66, Z is code 90.
		

Crossrefs

Programs

  • Mathematica
    ToCharacterCode[CharacterRange["A","Z"]]//Flatten (* Harvey P. Dale, Oct 02 2022 *)

Formula

a(n)=64+n, 0