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.
%I A257338 #9 Apr 28 2015 10:59:48 %S A257338 5,6,17,12,29,18,37,28,43,36,49,46,57,52,63,62,73,70,81,76,87,80,99, %T A257338 92,105,104,111,112,123,118,131,124,135,134,143,140,153,148,159,158, %U A257338 171,164,181,168,187,174,197,180,203,192,211,198,217,212,229,218,239 %N A257338 Construct spiral of numbers on square grid as in Comments; sequence gives terms along the "5" arm. %C A257338 Place numbers 2,3,4,5 clockwise around a grid point (see illustration in "Spiral" link). Divide grid into four spiral arms. %C A257338 Extend each arm one step at a time, in rotation: first the 2 arm, then the 3 arm, then the 4 arm, then the 5 arm, then the 2 arm, etc. %C A257338 Rule for extending: next term in arm is smallest number such that each cell in the grid is relatively prime to its four (N,S,E,W) neighbors. Every term in the entire grid must be different. %C A257338 The four arms are A257335, A257336, A257337, A257338. %C A257338 Conjecture: every number > 1 appears in one of the four arms. %H A257338 Lars Blomberg, <a href="/A257338/b257338.txt">Table of n, a(n) for n = 1..10000</a> %H A257338 Popular Computing (Calabasas, CA), <a href="/A257321/a257321.png">Problem 146: Gcd</a>, Vol. 4 (No. 45, Dec 1976), page PC45-4. %H A257338 N. J. A. Sloane, <a href="/A257335/a257335.png">Spiral showing initial terms of A257335-A257338</a> %Y A257338 Cf. A064413, A257321-A257340. %K A257338 nonn %O A257338 1,1 %A A257338 _N. J. A. Sloane_, Apr 21 2015 %E A257338 Corrected a(3)-a(9) and more terms from _Lars Blomberg_, Apr 28 2015