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.

A333683 The number of steps for a knight to be trapped when moving on a spirally numbered hexagonal board to the lowest available unvisited cell and starting at cell n.

This page as a plain text file.
%I A333683 #10 Apr 09 2020 22:19:42
%S A333683 83965,738091,277614,252431,731818,731818,765367,622644,252431,252431,
%T A333683 1409949,1720441,512861,925161,251386,1967478,24228,759058,738091,
%U A333683 765367,813609,251386,427289,3220511,48709,151878,231983,121515,113147,894298,158680,815439,1452850,231479
%N A333683 The number of steps for a knight to be trapped when moving on a spirally numbered hexagonal board to the lowest available unvisited cell and starting at cell n.
%C A333683 For a knight moving on a spirally numbered hexagonal board to the lowest available unvisited cell, see A327131, a(n) gives the number of steps before the knight is trapped when the knight starts on the cell numbered n.
%C A333683 See A327131 for the allowed knight moves, a diagram of the hexagonal board, and an illustration of the knight's path for n = 1.
%C A333683 For the first 100000 terms the longest path before the knight is trapped is for starting starting cell 81479 where it is trapped after 8125572 steps, the final cell being 8085793. In the same range the shortest path before being trapped is for starting cell 1036 where it is trapped after 1603 steps, the final cell being 1267. See the image in the links. This is likely the shortest path to being trapped for all starting cells.
%H A333683 Scott R. Shannon, <a href="/A333683/a333683.png">The knight's path for starting cell n = 1036</a>. The start cell 1036 is marked with a green dot, the final cell 1267 with a red dot, and the twelve surrounding blocking cell with blue dots.
%H A333683 N. J. A. Sloane and Brady Haran, <a href="https://www.youtube.com/watch?v=RGQe8waGJ4w">The Trapped Knight</a>, Numberphile video (2019).
%e A333683 The knight starting on cell 1 becomes trapped after 83965 steps, see A327131.
%Y A333683 Cf. A333684 (trapped cell number), A327131, A309918, A328894, A306291.
%K A333683 nonn
%O A333683 1,1
%A A333683 _Scott R. Shannon_, Apr 02 2020