login

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

Primes of the form (4*10^n+11)/3.
0

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

%S 5,17,137,13337,133337,1333333333337,

%T 1333333333333333333333333333333333333333333333333333333333337

%N Primes of the form (4*10^n+11)/3.

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

%Y Cf. A102932.

%K nonn

%O 1,1

%A _Vincenzo Librandi_, Dec 11 2010