login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173974 Numbers k such that k^k+43 is prime. 4
2, 8, 14, 26, 84, 574
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 3000. - Daniel Starodubtsev, Aug 06 2019
LINKS
EXAMPLE
2^2 + 43 = 47, which is prime, so 2 is in the sequence.
MATHEMATICA
f[n_]:=PrimeQ[n^n+43]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 6!}]; lst
PROG
(PARI) is(n)=ispseudoprime(n^n+43) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A295055 A277276 A324785 * A056677 A053697 A092346
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 17:13 EDT 2024. Contains 376014 sequences. (Running on oeis4.)