The Brocard Problem shows three factorials that can be expressed as $n!+1=m^2$ or equivalently $n!=k(k+2)$. So any time a single factorial can be put in the form of $k(k+2)$, it will belong to Brocard Problem series. However the series has only three elements and extensive search has not uncovered new elements.
It turned out that it is much easier to generate sums of factorials that satisfy $(n! + i! +\ldots j!)=m^2-1$.
Here are some simple examples:
$4! + 4!= 48 = 6*(6+2)= 7^2 -1$
$5! + 5! + 5!=360= 18*(18+2)= 19^2 -1$
$5! + 6!= 840= 28*(28+2)= 29^2 - 1$
$4! + 4! + 5!= 168= 12*(12+2) = 13^2 -1$
$4! + 4! + 5! + 5!= 288 = 16*(16+2) = 17^2 -1$
$4! + 5! + 6! + 7! + 8!= 214*(214+2) =215^2 -1$
More can be generated, for example, we have:
$8! + 2! + 3! + 3*4!= 200*(200+2)= 201^2 -1$
$6! + 2! + 3!=26*(26+2)=27^2-1$
We start with expressing $10!$ as a difference of squares then we convert the smaller square into factorials:
$10!=1905^2-15^2$
$15^2=225=5! +4*4! +3! +2! +1$
so we get:
$10! +5! +4*4! +3! +2! =1905^2-1$
To generate these kind of relations involving sums of factorials, we start with a number $n=k(k+2)$ then we try to fit factorials that sum up to the desire number $m^2-1$. I suppose there is more than one way to express a given number as a sum of factorials especially for large numbers.
I think the reason we can't generate more Brocard factorials ( single factorials of the form $n!=m^2-1$) is because the pattern is broken. Already we have a "discontinuity" of the pattern when going from $5!$ to $7!$ since $6!$ is not a Brocard factorial. Numbers of the form $k*(k+2)$ ( both even and odd ) can be found on the third diagonal of the multiplication table ( the diagonal starting with $3$). The number $6$ is already not of that form since $6!=6*10*12$. The simple multiplication by 6 destroyed the pattern $10*12=10*(10+2)=5!$. Larger number (single factorials) than $7!$ will not exhibit the pattern $k*(k+2)$ since we keep adding factors of the form $j*(j+i)$ with $i\gt2$. I am not saying it's a proof. I am just pointing out a pattern.
Question 0: Why is it much easier to generate sums of factorials that satisfy Brocard relation $n! + i! +\ldots+ j! =m^2 -1$
Question 1: Are there large number factorials that cannot be put as a sum of factorials satisfying $n! +i!+\ldots+ j!=m^2-1$?
Question 2: Will it be easier to settle Brocard problem if, instead of using the multiplications to evaluate $n!$, the factorials are expressed as polynomials with higher and higher degrees and open the door to using knowledge of the mathematics of polynomials?
Note: The quadratic equation $n!=k*(k+2)$ can be transform into the quartic $n!=m^4+2m^3-m^2-2m$. Solving the quartic for a given $n!$ will instantly tell if a single factorial is a Brocard's one just like the quadratic does.