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!)
A084074 Numbers k such that 11*13^k + 2 is prime. 0
0, 2, 3, 4, 6, 8, 19, 98, 174, 578, 678, 966, 1792, 4132, 5772, 10947 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Some of the larger entries may only correspond to probable primes.
LINKS
EXAMPLE
Primes 13,1861,24169,314173 are 11*13^0+2, 11*13^2+2, 11*13^3+2, 11*13^4+2.
PROG
(PARI) for(n=0, 6000, if(isprime(11*13^n+2), print1(n, ", ")))
CROSSREFS
Sequence in context: A333732 A274456 A333681 * A144722 A105808 A124058
KEYWORD
nonn,more
AUTHOR
Rick L. Shepherd, May 12 2003
EXTENSIONS
a(16) from Michael S. Branicky, Jul 14 2023
STATUS
approved

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 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)