login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Primes of the form (13*10^n+17)/3
0

%I #10 Sep 08 2022 08:45:53

%S 439,4339,4333339,433333333339,4333333333333339,

%T 433333333333333333333333339,43333333333333333333333333339,

%U 4333333333333333333333333333333333333333333333333339

%N Primes of the form (13*10^n+17)/3

%C The next term has 151 digits. [From Harvey P. Dale, Aug 09 2011]

%t Select[(13 10^Range[180]+17)/3,PrimeQ] (* _Harvey P. Dale_, Aug 09 2011 *)

%o (Magma) [a: n in [0..250]|IsPrime(a) where a is (13*10^n+17)div(3)]

%Y Cf. A102990

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Dec 11 2010