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!)
A216420 Numbers k such that 13^k + k^13 - 1 is prime. 1
1, 5, 85, 155, 383, 6223 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) > 2*10^5 if it exists. - Robert Price, Jul 07 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[13^# + #^13 - 1] &]
PROG
(Magma) [n: n in [0..1000] | IsPrime(13^n+n^13-1)];
(PARI) is(n)=ispseudoprime(13^n+n^13-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A268880 A367192 A048143 * A137083 A198586 A121290
KEYWORD
nonn,hard,more
AUTHOR
Vincenzo Librandi, Sep 07 2012
EXTENSIONS
a(6) from Robert Price, May 24 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)