login
Numbers on a computer numpad, read in a clockwise spiral.
1

%I #19 Nov 17 2023 01:34:45

%S 0,1,4,7,8,9,6,3,2,5

%N Numbers on a computer numpad, read in a clockwise spiral.

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

%e From _Wesley Ivan Hurt_, Jun 23 2014: (Start)

%e A basic numpad:

%e ___ ___ ___

%e |7 | |8 | |9 |

%e |___| |___| |___|

%e ___ ___ ___

%e |4 | |5 | |6 |

%e |___| |___| |___|

%e ___ ___ ___

%e |1 | |2 | |3 |

%e |___| |___| |___|

%e ___ ___ ___

%e |0 | |00 | |. |

%e |___| |___| |___|

%e (End)

%K dumb,easy,fini,full,nonn

%O 1,3

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

%E Offset corrected by _Arkadiusz Wesolowski_, Jun 05 2011