I was working on a problem that I already posted to SE that dealt with the problem $(ab)(a + b) = 240$ and I was curious to look for solutions to a general $N$ instead of just $240$. In simple terms, I asked myself: what numbers can be written as the sum of two numbers times their product?
After some basic trial and error work, I found that the first few numbers that met these criteria were, $0, 2, 6, 12, 20, 30\dots$.
Example. $(4\cdot 1)(4 + 1) = 5\cdot4 = 20$.
Clearly, odd numbers will never appear in this list as at least one of the sum or product of two numbers will always be even.
I then found a clear method to generate these numbers from all base pairs
\begin{matrix} (1, 1) & (1, 2) & (1,3)\\ & (2, 2) & (2, 3) \end{matrix}
which yielded the complete list: $$2, 6, 12, 16, 20, 30, 42, 48, 54, 56, \dots$$
that I found on OEIS.
I also noticed that some values can be written in two distinct ways:
E.g. $30 = (5\cdot1)(5+1) = (3\cdot2)(3+2)$
which closely resembles the study of taxicab numbers. I am wondering, has this sequence/number type been studied very much? I am thinking of looking into this topic for a undergraduate thesis in elliptic curves, and this looks like an approachable topic (yet niche enough for possible new results).
$ab(a+b)=N$
Above has parametric solution:
$a=8w$
$b=3w$
$N=264w^3$
For, $w=7$, we have
$(a,b,c)=(56,21,90552)$