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

A111313 Character codes of the string "The On-Line Encyclopedia of Integer Sequences".

Original entry on oeis.org

84, 104, 101, 32, 79, 110, 45, 76, 105, 110, 101, 32, 69, 110, 99, 121, 99, 108, 111, 112, 101, 100, 105, 97, 32, 111, 102, 32, 73, 110, 116, 101, 103, 101, 114, 32, 83, 101, 113, 117, 101, 110, 99, 101, 115
Offset: 1

Views

Author

Zak Seidov, Nov 03 2005

Keywords

Crossrefs

Programs

  • Mathematica
    ToCharacterCode["The On-Line Encyclopedia of Integer Sequences"]
  • PARI
    A111313=Vecsmall("The On-Line Encyclopedia of Integer Sequences") \\ M. F. Hasler, Nov 08 2009
    
  • Python
    print([ord(c) for c in "The On-Line Encyclopedia of Integer Sequences"]) # Michael S. Branicky, Aug 17 2022

A286898 ASCII codes of letter keys by rows on standard U.S. "QWERTY" keyboard.

Original entry on oeis.org

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

Views

Author

Vaibhav Agrawal, May 15 2017

Keywords

Comments

ASCII: American Standard Code for Information Interchange.

Examples

			---------------------------------------------------------------------------------
.                  Keyboard                             ASCII
---------------------------------------------------------------------------------
First line:  Q W E R T Y U I O P  -->  [81, 87, 69, 82, 84, 89, 85, 73, 79, 80].
Second line:  A S D F G H J K L   -->    [65, 83, 68, 70, 71, 72, 74, 75, 76].
Third line:    Z X C V B N M      -->      [90, 88, 67, 86, 66, 78, 77].
		

Crossrefs

Programs

Formula

a(n) = A130764(A002252(n)). - Andrey Zabolotskiy, May 16 2017
a(n) = A002252(n) + 64. - Omar E. Pol, May 19 2017
Showing 1-2 of 2 results.