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!)
A100408 Numbers n such that n^n-2 is prime. 8
2, 7, 19, 21, 25, 49, 51, 1071 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Except for the first term all terms are odd.
Numbers n such that n^n+7 is prime gives the (as yet) too-short sequence 2,4,6,32,...
If it exists, a(9) > 25000. - Robert Price, Apr 25 2019
LINKS
EXAMPLE
51 is in the sequence because 51^51-2 is prime. 1071^1071-2 is a probable prime.
MATHEMATICA
Do[If[PrimeQ[n^n-2], Print[n]], {n, 1111}]
PROG
(PARI) is(n)=ispseudoprime(n^n-2) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Cf. A100407.
Sequence in context: A218684 A337614 A343908 * A259370 A103034 A038952
KEYWORD
more,nonn
AUTHOR
Farideh Firoozbakht, Nov 19 2004
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)