Question 1123520
Integers {{{system(n,n+1,n+2,n+3)}}}


{{{4(n+(n+3))>6(n+2)}}}, "... is greater than 6 times the third."
(Literally translated into this inequality according to the description)


{{{4(2n+3)>6n+12}}}
{{{8n+12>6n+12}}}
{{{2n>0}}}
{{{n>0}}}



The description of the consecutive integers will work if n is 1 or greater.