We need to find all cyclic quadrilaterals (or formulas that gives its sides), which have integer sides $a,b,c,d$. The constrain is that its area must be an integer multiple of its perimeter. We can find its area by Brahmagupta's formula: $$s=(a+b+c+d)/2 \implies A=[(s-a)(s-b)(s-c)(s-d)]^{1/2}$$ And as you know its perimeter is $P=a+b+c+d=2s$. For all integer $k$, we need to find $(a,b,c,d)$ integer quadruples that satisfy $A=kP$.
- aabc
- abcd