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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100841 Primes of the form n^n+7. 1
11, 263, 46663, 1461501637330902918203684832716283019655932542983 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[p=n^n+7; If[PrimeQ[p], AppendTo[lst, p]], {n, 2*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 01 2009]

PROG

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

CROSSREFS

Sequence in context: A168466 A091159 A130177 * A003389 A027019 A168147

Adjacent sequences:  A100838 A100839 A100840 * A100842 A100843 A100844

KEYWORD

hard,more,nonn

AUTHOR

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

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 15:20 EST 2012. Contains 205823 sequences.