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

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

1,3

COMMENTS

There are no more terms up to n = 15000. - Matevz Markovic, May 6 2011

MATHEMATICA

Do[If[PrimeQ[3*n^n+2], Print[n]], {n, 15000}]

PROG

(PARI) for(i=1, 9999, ispseudoprime(i^i*3+2)&print1(i", "))

CROSSREFS

Sequence in context: A119939 A153138 A201270 * A082697 A051345 A104388

Adjacent sequences:  A160357 A160358 A160359 * A160361 A160362 A160363

KEYWORD

hard,more,nonn

AUTHOR

M. F. Hasler (www.univ-ag.fr/~mhasler), Jul 10 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 12:25 EST 2012. Contains 205786 sequences.