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”).

A051649
Primes of the form 2310*p + 1 where p is a prime.
2
4621, 11551, 25411, 43891, 108571, 164011, 168631, 224071, 251791, 261031, 316471, 321091, 348811, 376531, 385771, 459691, 528991, 552091, 607531, 626011, 718411, 723031, 732271, 764611, 801571, 815431, 875491, 995611, 1000231
OFFSET
1,1
COMMENTS
Generalization of A005385; can be called 2310-safe primes.
LINKS
FORMULA
A002110(5)*p + 1 = 2310*p + 1 (prime).
EXAMPLE
11551 is here because 11551 = 2310*p + 1 where p=5.
MATHEMATICA
Select[Table[2310n+1, {n, Prime[Range[100]]}], PrimeQ] (* Harvey P. Dale, Jan 18 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved