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!)
A128449 Numbers k such that absolute value of 9^k - k^9 is prime. 9
2, 10, 50, 7900, 18494, 23840, 36838 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Three larger terms 18494, 23840 and 36838 found by Donovan Johnson, Jul-Aug 2005.
LINKS
MATHEMATICA
lst={}; k=9; 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)=isprime(abs(9^n-n^9)) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A205772 A306336 A074140 * A037514 A037717 A019476
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Mar 03 2007
EXTENSIONS
a(4)-a(6) from Ryan Propper, Feb 22 2008
a(7) from Donovan Johnson, Feb 26 2008
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 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)