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!)
A342870 a(n) is the number of twin primes between A001359(n)^2 and A001359(n)*(A001359(n)+1). 0
1, 1, 0, 0, 1, 2, 2, 1, 2, 2, 0, 2, 4, 1, 1, 1, 5, 1, 3, 4, 2, 5, 4, 2, 4, 3, 6, 6, 3, 5, 6, 6, 4, 6, 4, 7, 9, 6, 8, 9, 6, 8, 10, 6, 11, 9, 13, 8, 12, 6, 14, 4, 7, 11, 11, 15, 9, 10, 12, 11, 10, 12, 13, 8, 15, 14, 11, 12, 9, 11, 15, 14, 18, 16, 11, 18, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
PROG
(PARI) {for(k=1, 400, if(prime(k+1)-prime(k)==2, my(c=0); forprime(m=prime(k)^2, prime(k)*(prime(k)+1), c+=isprime(m+2)); print1(c, ", ")))}
CROSSREFS
Sequence in context: A172176 A285930 A300480 * A143537 A125916 A283468
KEYWORD
nonn
AUTHOR
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 September 13 08:45 EDT 2024. Contains 375904 sequences. (Running on oeis4.)