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

A177508
Primes of the form 2*10^n-7.
0
13, 193, 1993, 19993, 1999993, 19999999999999993, 1999999999999999999993, 19999999999999999999999999993, 1999999999999999999999999999999999999999999999993, 19999999999999999999999999999999999999999999999999999999999999999999999999999999993
OFFSET
1,1
MATHEMATICA
Select[2*10^Range[100]-7, PrimeQ] (* Harvey P. Dale, Jan 27 2015 *)
PROG
(Magma)[a: n in [1..250]|IsPrime(a) where a is (2*10^n-7)]
CROSSREFS
Cf. A102946.
Sequence in context: A000563 A213698 A159196 * A228659 A221581 A015690
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 11 2010
EXTENSIONS
One more term (a(10)) from Harvey P. Dale, Jan 27 2015
STATUS
approved