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!)
A100838 Numbers n such that n^n + 7 is prime. 5
2, 4, 6, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Here we interpret 0^0 as 1.
a(5) > 3000. - Daniel Starodubtsev, Aug 07 2019
LINKS
MATHEMATICA
lst={}; Do[p=n^n+7; If[PrimeQ[p], AppendTo[lst, n]], {n, 2*5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Nov 01 2009 *)
Select[Range[35], PrimeQ[#^#+7]&] (* Harvey P. Dale, Oct 27 2018 *)
PROG
(PARI) f1(n, a) = for(x=0, n, y=x^x+a; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A046847 A339759 A121069 * A056696 A045662 A195324
KEYWORD
hard,more,nonn
AUTHOR
Cino Hilliard, Jan 07 2005
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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)