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

A177465
Primes of the form (35*10^n-71)/9
0
31, 3881, 38888888888888888881, 3888888888888888888888888888881, 38888888888888888888888888888888888888881, 3888888888888888888888888888888888888888881, 3888888888888888888888888888888888888888888881
OFFSET
1,1
MATHEMATICA
Select[Table[10 FromDigits[PadRight[{3}, n, 8]]+1, {n, 50}], PrimeQ] (* Harvey P. Dale, Jul 02 2021 *)
PROG
(Magma) [a: n in [0..250]|IsPrime(a) where a is (35*10^n-71)div(9)]
CROSSREFS
Sequence in context: A072913 A001237 A289397 * A187755 A351133 A350721
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 11 2010
STATUS
approved