A382970 Numbers k such that {k, k+2, k+6, k+8, k+90, k+92, k+96, k+98} are all prime.
11, 101, 15641, 3512981, 6655541, 20769311, 26919791, 41487071, 71541641, 160471601, 189425981, 236531921, 338030591, 409952351, 423685721, 431343461, 518137091, 543062621, 588273221, 637272191, 639387311, 647851571, 705497951, 726391571, 843404201, 895161341, 958438751, 960813851, 964812461, 985123961
Offset: 1
Keywords
Examples
a(1) corresponds to the set of primes {11,13,17,19,101,103,107,109} and a(2) corresponds to {101,103,107,109,191,193,197,199}.
Programs
-
MATLAB
find(corr([1 1 0 1 1 zeros(1,40) 1 1 0 1 1],isprime(3:2:1e8))>7.5)*2-97
Formula
a(n) == 11 (mod 30).
Comments