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!)
A174878 Primes in A174874 and A174877. 0
7, 13, 73, 193, 241, 349, 409, 673, 769, 1201, 2089, 2689, 2713, 3109, 3169, 3181, 3361, 3433, 3529, 4057, 4129, 4153, 4201, 4561, 4801, 5281, 5581, 5641, 5821, 6133, 6421, 6469, 6529, 6709, 6841, 7561, 7753, 8161, 8929, 9241, 9601, 9697, 9769, 10321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2*3=6;3-2=1;6+1=7, 2*5=10;5-2=3;10-3=7,..
LINKS
MATHEMATICA
lst={}; Do[pa=Prime[a]; Do[pb=Prime[b]; sp=pa*pb; dp=Abs[pa-pb]; If[PrimeQ[sp-dp]&&PrimeQ[sp+dp], AppendTo[lst, sp-dp]], {b, a+1, 6!}], {a, 6!}]; lst1=Union@lst; lst={}; Do[pa=Prime[a]; Do[pb=Prime[b]; sp=pa*pb; dp=Abs[pa-pb]; If[PrimeQ[sp-dp]&&PrimeQ[sp+dp], AppendTo[lst, sp+dp]], {b, a+1, 6!}], {a, 6!}]; lst2=Union@lst; Intersection[lst1, lst2]
CROSSREFS
Sequence in context: A106976 A219908 A098478 * A177198 A177163 A268350
KEYWORD
nonn
AUTHOR
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 27 04:12 EDT 2024. Contains 372009 sequences. (Running on oeis4.)