The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A215444 Numbers k such that 7^k + k^7 + 1 is prime. 3
0, 3, 5, 15, 375, 98003 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(6) > 8000. - Joerg Arndt, Sep 29 2012
a(7) > 2*10^5. - Robert Price, Jun 15 2014
LINKS
MATHEMATICA
Select[Range[0, 5000], PrimeQ[7^# + #^7 + 1] &]
PROG
(Magma) [n: n in [0..400] | IsPrime(7^n + n^7 + 1)]
(PARI) is(n)=ispseudoprime(7^n+n^7+1) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A292339 A175138 A248795 * A325257 A006593 A115724
KEYWORD
nonn,hard,more
AUTHOR
Vincenzo Librandi, Sep 06 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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)