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!)
A074705 a(1)=4; for n>1: number of primes between squares of (n-1)-th and (n+1)-th primes. 1
4, 7, 11, 21, 24, 31, 33, 38, 74, 63, 73, 101, 64, 66, 126, 158, 110, 122, 156, 96, 136, 181, 189, 277, 252, 131, 129, 129, 142, 454, 453, 264, 214, 348, 357, 240, 368, 314, 326, 393, 271, 432, 433, 221, 219, 538, 942, 647, 250, 248, 436, 360, 528, 713, 549 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Primes between A000040(3-1)^2=3*3=9 and A000040(3+1)^2=7*7=49: {11,13,17,19,23,29,31,37,41,43,47}, therefore a(3)=11.
MATHEMATICA
Join[{4}, Last[#]-First[#]&/@Partition[PrimePi[Prime[Range[60]]^2], 3, 1]] (* Harvey P. Dale, Jun 13 2016 *)
CROSSREFS
Sequence in context: A002974 A130625 A104102 * A352216 A288111 A352214
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 03 2002
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)