Looks familiar, also validated true for +E,X,N. Here's a new formula for ya, related to some work I'm doing with T right now. Given a valid cell (E,X,N), to predict the next X in it's "chain",
next x = sqrt((2 * n * b) - e)
This let's you step up X, where first cell's B becomes the new cell's A. There are many cells that have multiple "chains", going to work on that tomorrow.