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!)
A056687 Numbers k such that 50*R_k + 9 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2

%I #26 Jul 04 2021 22:09:39

%S 1,7,11,17,25,31,137,187,221,337,1001,2743,6529,38689,39463

%N Numbers k such that 50*R_k + 9 is prime, where R_k = 11...1 is the repunit (A002275) of length k.

%C Also numbers k such that (5*10^(k+1)+31)/9 is prime.

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/5/55559.htm#prime">Prime numbers of the form 55...559</a>.

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

%F a(n) = A099418(n) - 1.

%t Do[ If[ PrimeQ[50*(10^n - 1)/9 + 9], Print[n]], {n, 0, 5000}]

%Y Cf. A002275, A093403, A099418.

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Aug 10 2000

%E 6529 from Kamada link by Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008

%E 38689 and 39463 from Serge Batalov, Jan 06 2009 confirmed as next terms by _Ray Chandler_, Feb 20 2012

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 23:59 EDT 2024. Contains 371989 sequences. (Running on oeis4.)