cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A098413 #15 Feb 16 2025 08:32:54
%S A098413 13,19,43,73,103,109,199,229,283,313,463,619,829,859,883,1093,1303,
%T A098413 1429,1453,1489,1669,1699,1789,1873,1879,1999,2089,2143,2383,2689,
%U A098413 2713,2803,3169,3259,3463,3469,3853,4159,4519,4789,5233,5419,5443,5653,5659,5743
%N A098413 Greatest members p of prime triples (p-6, p-2, p).
%C A098413 Subsequence of A046117; a(n) = A073649(n) + 2 = A022005(n) + 6.
%H A098413 Harvey P. Dale, <a href="/A098413/b098413.txt">Table of n, a(n) for n = 1..1000</a>
%H A098413 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PrimeTriplet.html">Prime Triplet</a>
%t A098413 Transpose[Select[Partition[Prime[Range[800]],3,1],Differences[#] == {4,2}&]][[3]] (* _Harvey P. Dale_, Aug 21 2013 *)
%o A098413 (Magma)[p: p in PrimesUpTo(6500)|IsPrime(p) and IsPrime(p-6) and IsPrime(p-2)]; // _Vincenzo Librandi_, Dec 26 2010
%Y A098413 Cf. A098412, A098415.
%K A098413 nonn
%O A098413 1,1
%A A098413 _Reinhard Zumkeller_, Sep 07 2004