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!)
A217655 Consider sets of 3 consecutive primes a<b<c such that c - a = 200. The sequence gives the values of b. 1
8917523, 17051707, 24662467, 25173593, 27001199, 37757639, 38089453, 42629173, 44310817, 67142137, 67816601, 76317653, 80517691, 82772143, 82843753, 83929789, 84980743, 90007363, 94905269, 99099773, 99524219, 117813307, 119401577, 129163457, 147426791, 162159887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 8917523 because {8917463, 8917523, 8917663} is the first set of 3 consecutive primes a, b, c with c-a = 200.
MAPLE
a :=2 :
b := nextprime(a) :
c := nextprime(b) :
for i from 1 do
if c-a= 200 then
print(b);
end if;
a := b ;
b := c ;
c := nextprime(b) ;
end do: # R. J. Mathar, Nov 07 2012
CROSSREFS
Sequence in context: A216003 A293374 A141645 * A151933 A337964 A233492
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 09 2012
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 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)