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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117705 Numbers n such that 5^n-n^5 is prime. 8
2, 14, 26, 4646, 68484 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(5) found by Donovan Johnson

LINKS

Donovan Johnson, a(5).

EXAMPLE

a(1)=2 because 2^5 - 5^2 = 7 is prime

MATHEMATICA

Do[If[PrimeQ[(5^n-n^5)], Print[n]], {n, 1, 5000}]

CROSSREFS

Sequence in context: A180877 A032461 A072390 * A031079 A200039 A189331

Adjacent sequences:  A117702 A117703 A117704 * A117706 A117707 A117708

KEYWORD

hard,more,nonn

AUTHOR

Mohammed Bouayoun (Mohammed.Bouayoun(AT)sanef.com), Apr 13 2006, Jan 08 2008

EXTENSIONS

First five terms confirmed by Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Dec 18 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 14 19:37 EST 2012. Contains 205663 sequences.