login
This site is supported by donations 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; internal format)
OFFSET

1,1

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

CROSSREFS

Sequence in context: A205270 A187643 A151435 * A206598 A022257 A106779

Adjacent sequences:  A143907 A143908 A143909 * A143911 A143912 A143913

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 04 2008

EXTENSIONS

Offset corrected, terms from a(7) on from Charles R Greathouse IV, Feb 03 2011.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.