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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100837 Numbers n such that n^n+4 is prime. 2
0, 1, 3, 7, 43, 2569 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

From a post in [primeNumbers]

Here we interpret 0^0 as 1.

MATHEMATICA

For[n = 1, n < 1000, n++, If[ PrimeQ[n^n + 4], Print[n]]] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 02 2006

PROG

(PARI) f1(n, a) = for(x=0, n, y=x^x+a; if(ispseudoprime(y), print1(y", ")))

CROSSREFS

Sequence in context: A143684 A156893 A050639 * A019011 A036842 A041349

Adjacent sequences:  A100834 A100835 A100836 * A100838 A100839 A100840

KEYWORD

hard,more,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 07 2005

EXTENSIONS

1 more term. Next term exceeds 15000. Sean A. Irvine (sairvin(AT)xtra.co.nz), Sep 09 2009

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 23:44 EST 2012. Contains 205689 sequences.