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!)
A100839 Numbers n such that n^n + 10 is prime. 6
0, 1, 3, 7, 9, 39 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Here we interpret 0^0 as 1.
a(7) > 8672. - Daniel Suteu, Aug 06 2019
LINKS
MATHEMATICA
Prepend[Select[Range[100], PrimeQ[#^# + 10] &], 0] (* Stefan Steinerberger, Mar 15 2006 *)
PROG
(PARI) f1(n, a) = for(x=0, n, y=x^x+a; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Cf. A100842 (actual primes). - Daniel Starodubtsev, Aug 05 2019
Sequence in context: A031882 A199190 A075982 * A013624 A053366 A128052
KEYWORD
nonn,hard,more
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:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)