Yes, this criteria of twin primes based on derived "alternative definition" of prime numbers:
Natural numbers that do not appear in arrays
P1(i,j)=6*i*j-i+j-1; i=1,2,3,...; j>=i
P2(i,j)=6*i*j+i-j-1; i=1,2,3,...; j>=i+1
are indexes p of ALL PRIMES in the sequence S1(p)=6*p+5, p=0,1,2,3...