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.

User: Vaibhav Agrawal

Vaibhav Agrawal's wiki page.

Vaibhav Agrawal has authored 1 sequences.

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

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