OFFSET
1,2
COMMENTS
For n=2 the sequence contains the maximum number of primes (26).
EXAMPLE
There are 25 primes between a(3)=3 and a(3) + 99 = 102.
MATHEMATICA
Select[Range[1, 30], PrimePi[#+99]-PrimePi[#-1]>24&]
(* Robert G. Wilson v, Aug 07 2015 *)
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Marco Ripà, Aug 07 2015
STATUS
approved