:: deftheorem Def12 defines Sierp45FS NUMBER14:def 12 :
for a, b, c being Integer st a,b,c are_mutually_distinct holds
for b4 being FinSequence of INT holds
( b4 is Sierp45FS of a,b,c iff ex h being Integer ex F being FinSequence of NAT st
( h = ((a - b) * (a - c)) * (b - c) & F = Sgm (PrimeDivisors>3 h) & len b4 = len F & ( for i being object st i in dom b4 holds
( not F . i divides a + (b4 . i) & not F . i divides b + (b4 . i) & not F . i divides c + (b4 . i) ) ) ) );