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!)
A064773 Numbers n such that n^n + p(n) is prime. 0
1, 2, 4, 14, 672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
672^672 + prime(672) (1900 digits) certified prime with Primo.
Next term, if it exists, is bigger than 2000. - Stefan Steinerberger, Feb 03 2006
LINKS
MATHEMATICA
For[n=1, n <= 2000, n++, If[PrimeQ[n^n+Prime[n]], Print[n]]] (* Stefan Steinerberger *)
Select[Range[680], PrimeQ[#^#+Prime[#]]&] (* Harvey P. Dale, Oct 09 2018 *)
CROSSREFS
Sequence in context: A326941 A132531 A123052 * A359569 A147870 A347790
KEYWORD
nonn,more
AUTHOR
Jason Earls, Oct 19 2001
EXTENSIONS
More terms from Stefan Steinerberger, Feb 03 2006
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)