login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128449 Numbers n such that absolute value of 9^n - n^9 is prime. 7
2, 10, 50, 7900, 18494, 23840, 36838 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Three larger terms 18494, 23840 and 36838 found by Donovan Johnson 07-08/2005.

MATHEMATICA

lst={}; k=9; Do[If[PrimeQ[Abs[k^n-n^k]], AppendTo[lst, n]], {n, 0, 10^4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 10 2008]

CROSSREFS

Cf. A072180, A109387, A117705, A117706, A128447, A128448, A128450, A128451, A122003, A128453, A128454.

Sequence in context: A020088 A205772 A074140 * A037514 A037717 A019476

Adjacent sequences:  A128446 A128447 A128448 * A128450 A128451 A128452

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Mar 03 2007

EXTENSIONS

3 more terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Feb 22 2008

a(7) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 26 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:15 EST 2012. Contains 205909 sequences.