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!)
A098413 Greatest members p of prime triples (p-6, p-2, p). 8

%I #14 Sep 08 2022 08:45:15

%S 13,19,43,73,103,109,199,229,283,313,463,619,829,859,883,1093,1303,

%T 1429,1453,1489,1669,1699,1789,1873,1879,1999,2089,2143,2383,2689,

%U 2713,2803,3169,3259,3463,3469,3853,4159,4519,4789,5233,5419,5443,5653,5659,5743

%N Greatest members p of prime triples (p-6, p-2, p).

%C Subsequence of A046117; a(n) = A073649(n) + 2 = A022005(n) + 6.

%H Harvey P. Dale, <a href="/A098413/b098413.txt">Table of n, a(n) for n = 1..1000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PrimeTriplet.html">Prime Triplet</a>

%t Transpose[Select[Partition[Prime[Range[800]],3,1],Differences[#] == {4,2}&]][[3]] (* _Harvey P. Dale_, Aug 21 2013 *)

%o (Magma)[p: p in PrimesUpTo(6500)|IsPrime(p) and IsPrime(p-6) and IsPrime(p-2)]; // _Vincenzo Librandi_, Dec 26 2010

%Y Cf. A098412, A098415.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Sep 07 2004

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 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)