login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of points of rotation in a prime block spiral.
1

%I #10 May 04 2021 01:06:09

%S 2,3,5,11,17,29,41,59,73,101,127,157,191,229,269,313,367,421,467,547,

%T 607,673,751,829,919,1013,1093,1201,1297,1429,1523,1621,1753,1889,

%U 2027,2153,2309,2441,2621,2749,2909,3089,3299,3463,3623,3821,4007,4217,4421

%N Number of points of rotation in a prime block spiral.

%C Analogous to A002620 except primes are substituted for the natural numbers.

%F Arrange primes in a block spiral formation. a(n) is determined by the point of rotation to allow for continuation of the sequence.

%e Spiral begins:

%e (73)-79--83--89--97-(101)

%e | |

%e 71 (17)-19--23-(29) etc.

%e | | |

%e 67 13 (2)-(3) 31

%e | | | |

%e 61 (11)--7--(5) 37

%e | |

%e (59)-53--47--43-(41)

%p A059428 := proc(n) RETURN(ithprime(1+floor(n^2/4))) end: # Francisco Salinas (franciscodesalinas(AT)hotmail.com), Jan 05 2002

%K easy,nonn

%O 1,1

%A _Jason Earls_, Mar 15 2001

%E More terms from Larry Reeves (larryr(AT)acm.org), Apr 19 2001