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

Numbers n such that repunit(n) concatenated with its 10's complement is prime; or numbers n such that (1+7*10^n+100^n)/9 is prime.
1

%I #3 Dec 15 2017 17:36:51

%S 1,5,16,36,61,149,725,1104,1276,1289,8575

%N Numbers n such that repunit(n) concatenated with its 10's complement is prime; or numbers n such that (1+7*10^n+100^n)/9 is prime.

%C Larger values are only Fermat and Lucas PRPs.

%e a(2)=5 because 10^5-11111 = 88889 and 1111188889 is prime.

%Y Cf. A002275.

%K base,hard,more,nonn

%O 1,2

%A _Jason Earls_, Jul 26 2005