login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083366 Numbers n such that 7*11^n + 2 is prime. 0
1, 3, 5, 9, 23, 65, 95, 129, 161, 341, 439, 771, 819, 1031, 1099, 1443, 1923, 5793 (list; graph; refs; listen; history; 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.

PROG

(PARI) for(n=1, 6000, if(isprime(7*11^n+2), print1(n, ", ")))

CROSSREFS

Sequence in context: A147038 A146275 A089636 * A006722 A039774 A114001

Adjacent sequences:  A083363 A083364 A083365 * A083367 A083368 A083369

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 03 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.