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!)
A128451 Numbers k such that the absolute value of 11^k - k^11 is prime. 8
8, 14, 80, 212, 230, 1352, 13674, 16094, 44772 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Two larger terms 13674 and 16094 found by Donovan Johnson, Jul 2005.
LINKS
MATHEMATICA
lst={}; k=11; Do[If[PrimeQ[Abs[k^n-n^k]], AppendTo[lst, n]], {n, 0, 10^4}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 10 2008 *)
PROG
(PARI) is(n)=ispseudoprime(abs(11^n-n^11)) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A268160 A236553 A050582 * A177170 A275006 A219778
KEYWORD
hard,more,nonn,less
AUTHOR
Alexander Adamchuk, Mar 03 2007
EXTENSIONS
a(6)-a(8) from Donovan Johnson, Feb 26 2008
a(9) discovered by Serge Batalov, entered by Robert Price, Apr 11 2019
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 10 22:49 EDT 2024. Contains 373280 sequences. (Running on oeis4.)