I want to construct a table with a header like
[α0,0,α0,1,...α1,0,α1,1,...]
but I do not want to enter the indices by hand. How can I do ?
Also I find the show result of the following command a little bit strange
α = var("α_", n=11,latex_name='\alpha_')
αα = list(α)
show(αα)
αα
Can some one explain