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.

A082390 Numbers on a computer numpad, read in a clockwise spiral.

Original entry on oeis.org

0, 1, 4, 7, 8, 9, 6, 3, 2, 5
Offset: 1

Views

Author

Arne Viste (arne.viste(AT)lyse.no), Apr 14 2003

Keywords

Comments

If read counterclockwise we would get 0, 3, 6, 9, 8, 7, 4, 1, 2, 5. - Robert G. Wilson v, Jun 23 2014

Examples

			From _Wesley Ivan Hurt_, Jun 23 2014: (Start)
A basic numpad:
   ___   ___   ___
  |7  | |8  | |9  |
  |___| |___| |___|
   ___   ___   ___
  |4  | |5  | |6  |
  |___| |___| |___|
   ___   ___   ___
  |1  | |2  | |3  |
  |___| |___| |___|
   ___   ___   ___
  |0  | |00 | |.  |
  |___| |___| |___|
(End)
		

Extensions

Offset corrected by Arkadiusz Wesolowski, Jun 05 2011