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 A168025 #19 Feb 16 2025 08:33:11 %S A168025 1,19,151,1621,2731,3631,4129,7789,11719,12601,14461,15439,17491, %T A168025 20809,28309,29671,32491,41719,59659,69829,78541,83089,85411,92569, %U A168025 97501,115771,132679,138571 %N A168025 Noncomposite numbers in the western ray of the Ulam spiral as oriented on the March 1964 cover of Scientific American. %H A168025 G. C. Greubel, <a href="/A168025/b168025.txt">Table of n, a(n) for n = 0..1000</a> %H A168025 Alonso del Arte, <a href="https://www.youtube.com/watch?v=dx24qqBc-PY">Ulam spiral</a> (2009). [Note that "East" and "West" in this video match the cover of Scientific American, but "North" and "South" are switched.] %H A168025 BackIssues.com, <a href="http://backissues.com/issue/Scientific-American-March-1964">Scientific American March 1964 back issue</a> %H A168025 MathWorld, <a href="https://mathworld.wolfram.com/PrimeSpiral.html">Prime Spiral</a> %H A168025 Scientific American, <a href="/A168022/a168022.pdf">March 1964 cover</a> %H A168025 Wikipedia, <a href="https://en.wikipedia.org/wiki/Ulam_spiral#Construction">Ulam Spiral</a> %F A168025 Positive numbers of the form 4n^2 - 7n + 4 with no more than two divisors. %t A168025 Select[Table[4 n^2 - 7 n + 4, {n, 0, 199}], Length[Divisors[ # ]] < 3 &] %Y A168025 Cf. A054567. %K A168025 easy,nonn %O A168025 0,2 %A A168025 _Alonso del Arte_, Nov 16 2009