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!)
A216375 Numbers k such that 11^k + k^11 + 1 is prime. 11
0, 1, 5, 941, 23071 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(6) > 10^5. - Robert Price, Jan 16 2013
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[11^# + #^11 + 1] &]
PROG
(PARI) is(n)=isprime(11^n+n^11+1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A093853 A195627 A318066 * A157332 A332195 A229203
KEYWORD
nonn,hard,more
AUTHOR
Vincenzo Librandi, Sep 06 2012
EXTENSIONS
a(5) from Robert Price, Jan 16 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 August 10 23:32 EDT 2024. Contains 375059 sequences. (Running on oeis4.)