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!)
A141774 Numbers n such that 2*11^n + 1 is prime. 3
0, 1, 3, 9, 43, 79, 175, 11325, 13359, 18577 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(11) > 2*10^5. - Robert Price, Oct 16 2015
LINKS
MATHEMATICA
Join[{0}, Select[Range[1, 175, 2], PrimeQ[2*11^# + 1] &]] (* Arkadiusz Wesolowski, Nov 06 2012 *)
PROG
(PARI) for(n=0, 1e5, if(isprime(2*11^n + 1), print1(n", "))) \\ Altug Alkan, Oct 16 2015
CROSSREFS
Sequence in context: A013562 A081681 A281940 * A141349 A018427 A275781
KEYWORD
hard,nonn
AUTHOR
Rick L. Shepherd, Jul 03 2008
EXTENSIONS
a(8)-a(10) from Arkadiusz Wesolowski, Nov 06 2012
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)