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?