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!)
A084074 Numbers k such that 11*13^k + 2 is prime. 0

%I #10 Jul 14 2023 08:46:03

%S 0,2,3,4,6,8,19,98,174,578,678,966,1792,4132,5772,10947

%N Numbers k such that 11*13^k + 2 is prime.

%C Some of the larger entries may only correspond to probable primes.

%e Primes 13,1861,24169,314173 are 11*13^0+2, 11*13^2+2, 11*13^3+2, 11*13^4+2.

%o (PARI) for(n=0,6000,if(isprime(11*13^n+2),print1(n,",")))

%K nonn,more

%O 1,2

%A _Rick L. Shepherd_, May 12 2003

%E a(16) from _Michael S. Branicky_, Jul 14 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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)