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!)
A128026 Numbers n such that (10^n - 3^n)/7 is prime. 29

%I #15 Jul 29 2023 18:32:38

%S 2,3,5,37,599,38393,51431,118681,376417

%N Numbers n such that (10^n - 3^n)/7 is prime.

%C All terms are primes.

%C No other terms < 1000000.

%H Jon Grantham and Andrew Granville, <a href="https://arxiv.org/abs/2307.07894">Fibonacci primes, primes of the form 2^n-k and beyond</a>, arXiv:2307.07894 [math.NT], 2023.

%t k=7; Select[ Prime[ Range[1,200] ], PrimeQ[ ((k+3)^# - 3^#)/k ]& ]

%o (PARI) forprime(p=2,1e4,if(ispseudoprime((10^p-3^p)/7),print1(p", "))) \\ _Charles R Greathouse IV_, Jun 05 2011

%Y Cf. A028491 = numbers n such that (3^n - 1)/2 is prime.

%Y Cf. A057468 = numbers n such that 3^n - 2^n is prime.

%Y Cf. A059801 = numbers n such that 4^n - 3^n is prime.

%Y Cf. A121877 = numbers n such that (5^n - 3^n)/2 is a prime.

%Y Cf. A128024, A128025, A128027, A128028, A128029, A128030, A128031, A128032.

%K hard,nonn

%O 1,1

%A _Alexander Adamchuk_, Feb 11 2007

%E a(6)-a(7) from _Robert Price_, Jun 04 2011

%E a(8)-a(9) from _Jon Grantham_, Jul 29 2023

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 May 24 12:49 EDT 2024. Contains 372773 sequences. (Running on oeis4.)