OFFSET
1,1
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..10000
Hugo Pfoertner, Observed ratio n*log(a(n))/pi(a(n)) for n=10^7..5.6*10^9 with a conjectured extrapolation for large n (2024).
FORMULA
Assuming Polignac's conjecture and the first Hardy-Littlewood conjecture: Limit_{n->oo} n*log(a(n))/primepi(a(n)) = (16/3)*A005597 = 3.52086... . - Alain Rocchelli, Oct 29 2024
EXAMPLE
Both 7 and 7 + 2*3*5 = 37 are prime.
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p+30], AppendTo[lst, p]], {n, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 04 2009 *)
Select[Prime[Range[100]], PrimeQ[#+30]&] (* Harvey P. Dale, Apr 28 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved