|
|
A078967
|
|
Primes p such that the differences between the 5 consecutive primes starting with p are (6,6,4,6).
|
|
2
|
|
|
151, 367, 3307, 4987, 20101, 30097, 52951, 53617, 85831, 92221, 95701, 99817, 103561, 128461, 135601, 163621, 214651, 221071, 241321, 241861, 246907, 274831, 280591, 282691, 287851, 294787, 295831, 297601, 307261, 308311, 334771, 340897
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Equivalently, p, p+6, p+12, p+16 and p+22 are consecutive primes.
Subsequence of A078858. - R. J. Mathar, May 06 2017
|
|
LINKS
|
Harvey P. Dale, Table of n, a(n) for n = 1..1000
|
|
EXAMPLE
|
151 is in the sequence since 151, 157, 163, 167 and 173 are consecutive primes.
|
|
MATHEMATICA
|
Transpose[Select[Partition[Prime[Range[30000]], 5, 1], Differences[#] == {6, 6, 4, 6}&]][[1]] (* Harvey P. Dale, Apr 06 2012 *)
|
|
CROSSREFS
|
Cf. A001223, A078866, A078867, A078946-A078971, A022006, A022007.
Sequence in context: A108842 A078858 A217498 * A089317 A141982 A142271
Adjacent sequences: A078964 A078965 A078966 * A078968 A078969 A078970
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos Elemer, Dec 19 2002
|
|
EXTENSIONS
|
Edited by Dean Hickerson, Dec 20 2002
|
|
STATUS
|
approved
|
|
|
|