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

A155844
Primes of the form q*p+2^p where p is prime, q=13.
5
47, 97, 131293, 140737488355939, 2361183241434822607771
OFFSET
1,1
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p=13*p+2^p], AppendTo[lst, p]], {n, 5!}]; lst
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved