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!)
A109076 Numbers n such that 11^n + 2 is prime. 12
0, 1, 5, 9, 287, 8273, 121185, 303909 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No further terms < 100000. - Ray Chandler, Jul 30 2011
a(8) > 2*10^5. - Robert Price, May 11 2014
LINKS
EXAMPLE
11^5 + 2 = 161053 is prime, hence 5 is a term.
MATHEMATICA
Do[If[PrimeQ[11^n + 2], Print[n]], {n, 0, 5000}]
PROG
(PARI) is(n)=isprime(11^n+2) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A002657 A046093 A097086 * A101683 A348132 A098135
KEYWORD
more,nonn
AUTHOR
Ryan Propper, Jun 17 2005
EXTENSIONS
8273 from Jason Earls, Feb 29 2008
Edited by N. J. A. Sloane, Mar 02 2008
a(7) from Robert Price, May 11 2014
a(8) from Paul Bourdelais, Aug 02 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)