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 A257325 #13 Apr 28 2015 11:02:11 %S A257325 2,5,7,11,3,13,17,4,19,6,23,8,29,14,9,25,21,31,15,16,37,41,27,43,33, %T A257325 47,49,39,53,45,59,35,51,61,10,67,20,71,26,57,73,79,32,65,12,55,18,77, %U A257325 24,83,89,34,69,38,85,22,95,28,75,91,81,97,87,101,63,103,93 %N A257325 Construct spiral of numbers on square grid as in Comments; sequence gives terms along the "2" arm. %C A257325 Place numbers 2,3,5,7 clockwise around a grid point (see illustrations in links). Divide grid into four spiral arms. %C A257325 Extend each arm one step at a time, in rotation: first the 2 arm, then the 3 arm, then the 5 arm, then the 7 arm, then the 2 arm, etc. %C A257325 Rule for extending: next term in arm is smallest number such that each cell in the grid is relatively prime to its eight neighbors. Inside an arm, the terms must be distinct. %C A257325 Repetitions between arms are permitted. %C A257325 The four arms are A257325, A257326, A257327, A257328. %H A257325 Lars Blomberg, <a href="/A257325/b257325.txt">Table of n, a(n) for n = 1..10000</a> %H A257325 Popular Computing (Calabasas, CA), <a href="/A257321/a257321.png">Problem 146: Gcd</a>, Vol. 4 (No. 45, Dec 1976), page PC45-4. %H A257325 N. J. A. Sloane, <a href="/A257321/a257321_1.png">Spirals showing initial terms of A257321-A257332</a> %Y A257325 Cf. A064413, A257321-A257340. %K A257325 nonn %O A257325 1,1 %A A257325 _N. J. A. Sloane_, Apr 21 2015 %E A257325 More terms from _Lars Blomberg_, Apr 27 2015