I want to draw a Betti table in Latex.
I tried this
\begin{table}[h!]
\begin{center}
\label{tab:table1}
\begin{tabular}{l|c}
& & 1...s \hline\\
i &\beta_{0,i} \beta_{1,i+1}...\beta_{s,i+s} \\
i+1&\beta_{0,i+1} \beta_{1,i+2}...\beta_{s,i+s+1}\\
...&.......................................\\
j&\beta_{0,j}\beta{1,j+1}...\beta_{s,j+s}
\end{tabular}
\end{center}
\end{table}
but it doesn't look as a Betti table.
It should be like this https://www.google.ro/search?tbm=isch&q=betti+table+minimal+resolution+algebraic+geometry+examples&spell=1&sa=X&ved=0ahUKEwjS463QyNXYAhWL2ywKHX0dD3cQBQg7KAA&biw=1024&bih=662&dpr=1#imgrc=OhNaCj1wqyz3RM.
\betawhatsoever; please, add an approximate representation of the output you're expecting. – egreg Jan 13 '18 at 19:01