The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A088993 Primes such that exactly five of them occur between consecutive prime-indexed primes. 0
89, 97, 101, 103, 107, 131, 137, 139, 149, 151, 223, 227, 229, 233, 239, 251, 257, 263, 269, 271, 293, 307, 311, 313, 317, 373, 379, 383, 389, 397, 433, 439, 443, 449, 457, 743, 751, 757, 761, 769, 881, 883, 887, 907, 911, 929, 937, 941, 947, 953, 997, 1009 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) pipprimes(n, m) = { for(x=1, n, c=0; p1 = prime(prime(x)); p2 = prime(prime(x+1)); forprime(y=p1+2, p2-2, c++); if(c==m, forprime(y=p1+2, p2-2, print1(y", "); ); ) ) }
CROSSREFS
Sequence in context: A096400 A074119 A253648 * A107202 A260807 A178917
KEYWORD
nonn
AUTHOR
Cino Hilliard, Nov 01 2003
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 June 9 20:03 EDT 2024. Contains 373248 sequences. (Running on oeis4.)