login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094492 Primes p such that 2^j+p^j are primes for j=0,1,4,16. 1
179, 461, 521, 1877, 4259, 9767, 30389, 33071, 33329, 93701, 120077, 124247, 145547, 163481, 181871, 245627, 344171, 345731, 487427, 492671, 522281, 598187, 700199, 709739, 736061, 769259, 833717, 955709, 966869, 1009649, 1030739 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Primes of 2^j+p^j form are a generalization of Fermat-primes. 1^j is replaced by p^j. This is strongly supported by the observation that corresponding j-exponents are apparently powers of 2 like for the 5 known Fermat primes. See A094473-A094491.

EXAMPLE

For j=0 1+1=2 is prime; other conditions are:

because of p^1+2=prime; 3rd and 4th conditions are as

follows: prime=p^4+16 and prime=65536+p^16.

MATHEMATICA

{ta=Table[0, {100}], u=1}; Do[s0=2; s1=2+Prime[j]^1; s8=16+Prime[j]^4; s16=65536+Prime[j]^16 If[PrimeQ[s0]&&PrimeQ[s4]&&PrimeQ[s8]&&PrimeQ[s128], Print[{j, Prime[j]}]; ta[[u]]=Prime[j]; u=u+1], {j, 1, 1000000}]

With[{j={0, 1, 4, 16}}, Select[Prime[Range[81000]], And@@PrimeQ[2^j+#^j]&]] (* From Harvey P. Dale, Oct 17 2011 *)

CROSSREFS

Cf. A082101, A094473-A094491.

Sequence in context: A101795 A142389 A063350 * A162163 A062651 A142611

Adjacent sequences:  A094489 A094490 A094491 * A094493 A094494 A094495

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jun 01 2004

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 14 23:53 EST 2012. Contains 205689 sequences.