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!)
A309411 Numbers k such that (44^k + 1)/45 is prime. 0

%I #13 Jul 31 2019 09:07:22

%S 2,7,41233

%N Numbers k such that (44^k + 1)/45 is prime.

%C Larger terms correspond to probable primes.

%H P. Bourdelais, <a href="https://listserv.nodak.edu/cgi-bin/wa.exe?A2=NMBRTHRY;417ab0d6.0906">A Generalized Repunit Conjecture</a>

%t Do[p=Prime[n]; If[PrimeQ[(44^p + 1)/45], Print[p]], {n, 1, 1000000}]

%o (PARI) is(n)=ispseudoprime((44^n+1)/45)

%K nonn,bref,hard,more

%O 1,1

%A _Paul Bourdelais_, Jul 29 2019

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 11 12:00 EDT 2024. Contains 372409 sequences. (Running on oeis4.)