Generalizing observations made from the sequence $1,2,4,8,16,31,57,99,...$
The first differences between the terms are:
$1,2,4,8,15,26,42...$
The second differences (the differences between the differences) are:
$1,2,4,7,11,16...$
The third differences (the differences between the second differences are):
$1,2,3,4,5...$
the Oeis sequence database gave the $n'th$ term of this sequence by:
$a_n=\Sigma_{k=0}^4$${n-1}\choose{k}$
This got me thinking, it seems that a sequence can be uniquely defined by it's initial value and the value of it's $n'th$ differences. And so, my question is this: Given a sequence with initial value $1$ and whose $n'th$ differences are given by $1,2,3,4,5,6,7.....$, can the $n'th$ term of this sequence be related to the binomial coefficients? Is there any other insight's that can clarify what's going on here?
Claim $1$
Let $A(m, n)$ denote the number of regions in $\mathbb{R}^{m}$ formed by $n$ hyperplanes. For a sequence whose $(m-1)$th differences are $1,2,3,4,5...$, the $n$th term of the sequence is given by $A(m, n-1)$.
Connecting the dots
Let $T_{m, n}$ denote the $n$th term of a sequence whose $(m-1)$th differences are $1,2,3,4,5,...$.
This answer demonstrates that
$$A(m, n-1) = \sum_{k=0}^{m} {n-1 \choose k}$$
Hence, if we can prove Claim $1$, i.e. $T_{m, n} = A(m, n-1)$, we are done.
An attempt to prove Claim $1$
Note that $$A(m, n) = A(m, n-1) + A(m-1, n-1) \iff A(m,n) - A(m, n-1) = A(m-1, n-1)$$
(Proof here)
If Claim $1$ is true, it follows that $$T_{m, n} = A(m, n-1) \implies T_{m, n+1} = A(m, n)$$ $$T_{m, n+1} - T_{m, n} = A(m, n) - A(m, n-1) = A(m-1, n-1) \tag{1}$$
I have been unable to prove $(1)$, i.e. the difference between the $(n+1)$th and $n$th terms of a sequence whose $(m-1)$th differences are $1,2,3,4,5...$ is the same as the number of regions formed by $n-1$ hyperplanes in $\mathbb{R}^{m-1}$. If someone is able to demonstrate this, however, the proof is complete.
Edit: Claim $1$ has been proven here.