login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A168026 Noncomposite numbers in the southwestern ray of the Ulam spiral as oriented on the March 1964 cover of Scientific American. 7

%I #40 Jun 25 2018 15:18:52

%S 1,7,43,73,157,211,421,601,1483,2551,2971,3907,4423,6163,6481,8191,

%T 12211,19183,22651,26407,27061,28393,31153,35533,37057,37831,42643,

%U 47743,55933,60763,71023,74257,77563,83233,84391,98911,110557,113233

%N Noncomposite numbers in the southwestern ray of the Ulam spiral as oriented on the March 1964 cover of Scientific American.

%C From _Peter Munn_, Mar 17 2018: (Start)

%C Noncomposites of the form k^2 + k + 1 with k even and nonnegative (and the same values occur with k odd and negative). Equivalently, noncomposites of the form 4k^2 + 2k + 1 with k >= 0, or 4k^2 - 6k + 3 with k > 0.

%C A073337 lists those of the form k^2 + k + 1 with k odd and positive, and this is equivalently those of the form 4k^2 - 2k + 1 with k > 0.

%C (End)

%C Numbers that are the sum of A000217(2*k-3) + A000217(2*k-1) that result in either unity or a prime, for k,n >= 1. For k,n >= 0, a(n+1) = 4*k*2 + 2*k + 1 will give the same results. - _J. M. Bergot_, May 07 2018

%H G. C. Greubel, <a href="/A168026/b168026.txt">Table of n, a(n) for n = 1..1000</a>

%H Alonso del Arte, <a href="http://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 BackIssues.com, <a href="http://backissues.com/issue/Scientific-American-March-1964">Scientific American March 1964 back issue</a>

%H MathWorld, <a href="http://mathworld.wolfram.com/PrimeSpiral.html">Prime Spiral</a>

%H Scientific American, <a href="/A168022/a168022.pdf">March 1964 cover</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Ulam_spiral#Construction">Ulam Spiral</a>

%F Numbers of the form 4k^2 - 6k + 3 with k > 0 and no more than two divisors. [corrected by _Peter Munn_, Mar 17 2018]

%t Select[Table[4 n^2 - 6 n + 3, {n, 200}], Length[Divisors[ # ]] < 3 &]

%o (PARI) lista(nn) = {print1(1, ", "); for(k=1, nn, if(isprime(p=4*k^2-6*k+3), print1(p, ", ")));} \\ _Altug Alkan_, Mar 22 2018

%Y Cf. A054569, all numbers of the form 4k^2 - 6k + 3 with k > 0. Noncomposites of the eastern ray are in A168022. Primes of the northeastern ray are in A073337. Noncomposites of the northern ray are in A168023. Primes of the northwestern ray are in A121326. Noncomposites of the western ray are in A168025. Noncomposites of the southern ray are in A168027.

%K easy,nonn

%O 1,2

%A _Alonso del Arte_, Nov 16 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)