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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100849 Numbers n such that n^n+n+5 is prime. 0
1, 2, 37, 451, 1699, 2131 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Here we interpret 0^0 as 1.

a(5), a(6) very probable primes; a(7) > 10^4. [From D. S. McNeil (d.mcneil(AT)qmul.ac.uk), Mar 14 2009]

PROG

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

CROSSREFS

Sequence in context: A200911 A001569 A092853 * A120047 A139122 A123216

Adjacent sequences:  A100846 A100847 A100848 * A100850 A100851 A100852

KEYWORD

hard,more,nonn

AUTHOR

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

EXTENSIONS

a(5),a(6) from D. S. McNeil (d.mcneil(AT)qmul.ac.uk), Mar 14 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 15 14:02 EST 2012. Contains 205811 sequences.