login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103088 Numbers k such that 8*10^k + 6*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1

%I #17 Jan 04 2021 01:56:55

%S 0,1,3,17,19,33,39,169,453,611,883,1473,6511,9647,21593,39991,40157

%N Numbers k such that 8*10^k + 6*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k.

%C Also numbers k such that (26*10^k+7)/3 is prime.

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/8/86669.htm#prime">Prime numbers of the form 866...669</a>.

%H <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>.

%F a(n) = A101075(n-1) + 1 for n >= 2.

%t Do[ If[ PrimeQ[(26*10^k + 7)/3], Print[k]], {k, 0, 10000}]

%Y Cf. A002275, A101075.

%K more,nonn

%O 1,3

%A _Robert G. Wilson v_, Jan 19 2005

%E a(15)-a(17) from Kamada data by _Robert Price_, Dec 14 2010

%E a(1)=0 inserted by _Georg Fischer_, Jan 03 2021

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)