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!)
A215446 Numbers k such that 11^k + k^11 - 1 is prime. 9
1, 7, 27, 43, 87, 223, 11589 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(8) > 2*10^5. - Robert Price, Nov 08 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[11^# + #^11 - 1] &]
PROG
(Magma) [n: n in [0..2000] | IsPrime(11^n + n^11 - 1)]
(PARI) is(n)=isprime(11^n+n^11-1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A175377 A323113 A205861 * A098948 A015873 A344721
KEYWORD
nonn,hard,more
AUTHOR
Vincenzo Librandi, Sep 06 2012
EXTENSIONS
a(7) from Robert Price, Mar 15 2014
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.)