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.

A054566 Prime number spiral (clockwise, South spoke).

This page as a plain text file.
%I A054566 #24 Feb 20 2022 06:45:00
%S A054566 2,13,67,173,347,577,877,1249,1697,2243,2833,3541,4289,5179,6131,7159,
%T A054566 8293,9473,10799,12251,13709,15289,16987,18749,20681,22619,24671,
%U A054566 26839,29129,31541,33911,36559,39217,41981,44839,47903,50989,54163,57347
%N A054566 Prime number spiral (clockwise, South spoke).
%C A054566 8-spoke wheel overlays prime number spiral; hub is 2 in shell 0; 8 spokes radiate from this hub; this is South, clockwise.
%H A054566 Ivan Panchenko, <a href="/A054566/b054566.txt">Table of n, a(n) for n = 0..1000</a>
%F A054566 a(n) = A000040(A054567(n+1)). - _Omar E. Pol_, Feb 20 2022
%e A054566 Begin a prime number spiral at shell 0 (prime 2), proceed clockwise, South.
%e A054566 From _Omar E. Pol_, Feb 19 2022: (Start)
%e A054566 The spiral with four terms in every spoke looks like this:
%e A054566 .
%e A054566   227  101--103--107--109--113--127
%e A054566    |     |                       |
%e A054566   223   97   29---31---37---41  131
%e A054566    |     |    |              |   |
%e A054566   211   89   23    3----5   43  137
%e A054566    |     |    |    |    |    |   |
%e A054566   199   83   19    2    7   47  139
%e A054566    |     |    |         |    |   |
%e A054566   197   79   17---13---11   53  149
%e A054566    |     |                   |   |
%e A054566   193   73---71---67---61---59  151
%e A054566    |                             |
%e A054566   191--181--179--173--167--163--157
%e A054566 .
%e A054566 (End)
%t A054566 Table[ Prime[4n^2 - 7n + 4], {n, 1, 40} ]
%Y A054566 Cf. A000040, A054567, A054551, A054553, A054555, A054564, A054568, A054570, A053999.
%K A054566 easy,nonn
%O A054566 0,1
%A A054566 _Enoch Haga_ and _G. L. Honaker, Jr._, Apr 10 2000
%E A054566 Edited by _Robert G. Wilson v_, Feb 25 2002