\documentclass{article}
\newcommand\ubf{\kern-2\tabcolsep\upbracefill\kern-2\tabcolsep}
\begin{document}
\[
\begin{tabular}{ccccccccccccc}
1&&7&&17&&31&&49\\[-3pt]
& \ubf&&\ubf&&\ubf&&\ubf\\
& 6&&10&&14&&18\\[-3pt]
& &\ubf&&\ubf&&\ubf\\
& &4&&4&&4
\end{tabular}
\]
\end{document}