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!)
A137859 Number of primes between the n-th squared twin prime pair. 4
5, 6, 9, 11, 16, 20, 32, 30, 42, 42, 49, 58, 76, 77, 75, 82, 90, 91, 99, 107, 125, 151, 151, 145, 165, 189, 168, 189, 194, 211, 241, 244, 246, 259, 262, 290, 304, 300, 311, 314 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = SUM(A010051(k): A006512(n)^2 <= k <= A001359(n)^2) =
LINKS
EXAMPLE
a(4) = #{293,307,311,313,317,331,337,347,349,353,359} = 11.
MATHEMATICA
PrimePi[#[[2]]^2]-PrimePi[#[[1]]^2]&/@Select[Partition[ Prime[ Range[ 200]], 2, 1], #[[2]]-#[[1]]==2&] (* Harvey P. Dale, Nov 10 2017 *)
CROSSREFS
Sequence in context: A334815 A220968 A179662 * A082576 A177731 A074185
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 16 2008
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 29 08:40 EDT 2024. Contains 372098 sequences. (Running on oeis4.)