A054555 Prime number spiral (clockwise, East spoke).
2, 7, 47, 139, 283, 503, 797, 1151, 1579, 2089, 2689, 3361, 4099, 4967, 5861, 6883, 8011, 9199, 10457, 11903, 13313, 14887, 16547, 18269, 20161, 22091, 24083, 26297, 28573, 30941, 33347, 35899, 38593, 41299, 44111, 47149, 50131, 53327, 56597
Offset: 0
Examples
Begin a prime number spiral at shell 0 (prime 2), proceed clockwise, East. From _Omar E. Pol_, Feb 19 2022: (Start) The spiral with four terms in every spoke looks like this: . 227 101--103--107--109--113--127 | | | 223 97 29---31---37---41 131 | | | | | 211 89 23 3----5 43 137 | | | | | | | 199 83 19 2 7 47 139 | | | | | | 197 79 17---13---11 53 149 | | | | 193 73---71---67---61---59 151 | | 191--181--179--173--167--163--157 . (End)
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[ Prime[4n^2 - 9n + 6], {n, 1, 40} ]
Formula
Extensions
Edited by Robert G. Wilson v, Feb 25 2002
Comments