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

A177489
Primes of the form (13*10^n+17)/3
0
439, 4339, 4333339, 433333333339, 4333333333333339, 433333333333333333333333339, 43333333333333333333333333339, 4333333333333333333333333333333333333333333333333339
OFFSET
1,1
COMMENTS
The next term has 151 digits. [From Harvey P. Dale, Aug 09 2011]
MATHEMATICA
Select[(13 10^Range[180]+17)/3, PrimeQ] (* Harvey P. Dale, Aug 09 2011 *)
PROG
(Magma) [a: n in [0..250]|IsPrime(a) where a is (13*10^n+17)div(3)]
CROSSREFS
Sequence in context: A252135 A157737 A061328 * A210205 A092048 A296905
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 11 2010
STATUS
approved