The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A101398 Numbers n such that 4*10^n-3 is prime. 1

%I #23 Jan 17 2019 13:44:06

%S 1,2,14,20,30,44,66,260,872,8846,26744,57506,98472,106892

%N Numbers n such that 4*10^n-3 is prime.

%C See Kamada link for search limit and prime vs. PRP status.

%C a(14) > 10^5. - _Robert Price_, Mar 17 2015.

%C a(15) > 2*10^5. - _Robert Price_, Oct 02 2015

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/3/39997.htm#prime">Prime numbers of the form 399...997</a>.

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

%F a(n) = A101849(n) + 1.

%e n = 1, 2, 14, 20 are members since 37, 397, 399999999999997 and 399999999999999999997

%e are prime numbers.

%t Do[ If[ PrimeQ[4*10^n - 3], Print[n]], {n, 0, 10000}]

%o (PARI) for(n=1, 1e4, if(isprime(4*10^n-3), print1(n", "))) \\ _Altug Alkan_, Oct 02 2015

%Y Cf. A089675, A101849.

%K nonn

%O 1,2

%A Julien Peter Benney (jpbenney(AT)ftml.net), Jan 15 2005

%E a(11)-a(12) from Kamada data by _Robert Price_, Dec 13 2010

%E a(13) from Kamada data by _Robert Price_, Mar 17 2015

%E a(14) from _Robert Price_, Oct 02 2015

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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)