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!)
A078764 List primes between (2n)^2 and (2n+1)^2. 1
5, 7, 17, 19, 23, 37, 41, 43, 47, 67, 71, 73, 79, 101, 103, 107, 109, 113, 149, 151, 157, 163, 167, 197, 199, 211, 223, 257, 263, 269, 271, 277, 281, 283, 331, 337, 347, 349, 353, 359, 401, 409, 419, 421, 431, 433, 439, 487, 491, 499, 503, 509, 521, 523, 577 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The primes may be on adjacent sides of Ulam square prime-spiral. 7 8 9 / 6 1 2 / 5 4 3/...
LINKS
EXAMPLE
The 3 primes between 4^2=16 (even) and 5^2=25 (odd) are just a(3)=17, a(4)=19 and a(5)=23.
MATHEMATICA
f[n_] := Select[Range[(2n)^2, (2n + 1)^2], PrimeQ]; Flatten@Array[f, 12] (* Ray Chandler, May 03 2007 *)
CROSSREFS
Sequence in context: A075305 A140564 A253085 * A216731 A363752 A045318
KEYWORD
easy,nonn
AUTHOR
Donald S. McDonald, Jan 09 2003
EXTENSIONS
Extended by Ray Chandler, May 03 2007
STATUS
approved

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)