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.

A140565 List of prime quartets (k - 7, k - 1, k + 1, k + 7).

This page as a plain text file.
%I A140565 #13 Apr 21 2020 16:03:54
%S A140565 5,11,13,19,23,29,31,37,53,59,61,67,263,269,271,277,563,569,571,577,
%T A140565 593,599,601,607,1223,1229,1231,1237,1283,1289,1291,1297,1613,1619,
%U A140565 1621,1627,2333,2339,2341,2347,2543,2549,2551,2557,3533,3539,3541,3547,4013
%N A140565 List of prime quartets (k - 7, k - 1, k + 1, k + 7).
%H A140565 Harvey P. Dale, <a href="/A140565/b140565.txt">Table of n, a(n) for n = 1..1000</a>
%e A140565 The quartets are: (5, 11, 13, 19), if k=12; (53, 59, 61, 67), if k=60; (67, 71, 73, 79), if k=72; etc.
%t A140565 Select[{#,#+6,#+8,#+14}&/@Prime[Range[600]],AllTrue[#,PrimeQ]&]// Flatten (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Apr 21 2020 *)
%K A140565 nonn
%O A140565 1,1
%A A140565 _Juri-Stepan Gerasimov_, Jul 03 2008
%E A140565 Corrected (quarted with 23 inserted, quarted with 97 removed, quarted with 593 inserted etc.) by _R. J. Mathar_, Apr 25 2010