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!)
A166852 Numbers k such that k^k + 3 is prime. 4
2, 1036, 2770 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers corresponding to a(2) and a(3) are probable primes. 2770 is in the sequence so 2770^2770 + 3 is a probable prime; it is interesting that 277027703 is also prime. For the first term we have the same property: both 2^2 + 3 and 223 are prime.
The prime corresponding to the next term, if it exists, has more than 20000 digits.
For k = -1, k^k + 3 = 2 is prime but sequence focuses on the positive values of k. - Altug Alkan, Nov 28 2015
a(4) >= 14000. - Michael S. Branicky, Mar 21 2023
LINKS
MATHEMATICA
Do[If[GCD[n, 3]==1&&PrimeQ[n^n+3], Print[n]], {n, 2, 5362, 2}]
PROG
(PARI) is(n)=ispseudoprime(n^n+3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A196292 A182447 A218437 * A236951 A111203 A159858
KEYWORD
hard,more,nonn,bref
AUTHOR
Farideh Firoozbakht, Nov 20 2009
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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)