Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #28 Nov 22 2015 13:16:05
%S 2,6,4,4,7,5,6,7,17,8,9,0,8,7,9,0,3,9,3,11,15,5,5,3,13,2
%N Numbers in accordance with alphabet placement on a qwerty keyboard.
%C On the standard 'qwerty' keyboard, these are the numbers that are vertically in line with the letters of the alphabet, starting with A and continuing with the standard order of the alphabet to Z. Numbers qualify as in line with the number if about 2/3 of the key is in line with the letter. In the case that two numbers are equally in line with a given letter (example: keys 3 and 4 are both equally in line with key E), the sum of the two numbers is taken.
%e The first term is 2 because most of the A key is in line with 2.
%e The second term is 6 because most of the B key is in line with 6.
%K nonn,fini,full
%O 1,1
%A _Meghan Pressimone_, Dec 09 2014