[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A049485
Both p and p+510510 are primes, where 510510 is the 7th primorial number A002110(7).
4
19, 41, 43, 59, 71, 73, 79, 101, 103, 107, 109, 167, 173, 181, 197, 199, 241, 257, 263, 283, 293, 307, 313, 317, 337, 379, 397, 409, 421, 431, 433, 479, 491, 503, 509, 523, 547, 577, 599, 601, 613, 641, 643, 653, 659, 661, 683, 691, 701, 727, 733, 751, 769
OFFSET
1,1
COMMENTS
p and p+510510 are not necessarily consecutive primes.
LINKS
EXAMPLE
Both 19 and 19 + 2*3*5*7*11*13*17 = 510529 are prime.
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p+510510], AppendTo[lst, p]], {n, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 04 2009 *)
KEYWORD
nonn
AUTHOR
STATUS
approved