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!)
A083366 Numbers k such that 7*11^k + 2 is prime. 0
1, 3, 5, 9, 23, 65, 95, 129, 161, 341, 439, 771, 819, 1031, 1099, 1443, 1923, 5793, 15527, 15963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Values corresponding to 5, 9, 23, 65, 95, 129, 161, 341, 439, 771, 819, 1031, 1099 and 1443 (1504 digits) have been certified prime with Primo. Values for 1923 (2004 digits) and 5793 (6034 digits) are probable primes. There are no other terms <= 6000.
LINKS
PROG
(PARI) for(n=1, 6000, if(isprime(7*11^n+2), print1(n, ", ")))
CROSSREFS
Sequence in context: A089636 A241398 A262483 * A006722 A251413 A039774
KEYWORD
nonn,more
AUTHOR
Rick L. Shepherd, May 03 2003
EXTENSIONS
a(19)-a(20) 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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)