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!)
A143910 Primes p with p+2^2, p+4^4, p+6^6, ..., p+16^16 prime. 0
597433, 1218277, 78432313, 163484407, 229205803, 301551427, 384490507, 629522587, 692824057, 893222647, 906769117, 1002618037, 1113319447, 1177252693, 1218963517, 1271129953, 1296796477, 1600630333, 1735141783, 1923577987, 2044791673, 2212880077, 2582822587 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p+2^2]&& PrimeQ[p+4^4]&& PrimeQ[p+6^6]&& PrimeQ[p+8^8]&& PrimeQ[p+10^10]&& PrimeQ[p+12^12]&& PrimeQ[p+14^14]&& PrimeQ[p+16^16], AppendTo[lst, n]], {n, 2*10^7}]; lst
With[{pp=Table[n^n, {n, 2, 16, 2}]}, Select[Prime[Range[125270000]], AllTrue[ #+pp, PrimeQ]&]] (* Harvey P. Dale, Aug 10 2021 *)
CROSSREFS
Sequence in context: A187643 A283956 A151435 * A206598 A022257 A237536
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected, terms from a(7) on from Charles R Greathouse IV, Feb 03 2011
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 13:41 EDT 2024. Contains 371970 sequences. (Running on oeis4.)