A349512 a(n) = binomial(n^3 + 3*n^2 - 3*n + 1, n^3).
1, 2, 6435, 4154246671960, 5397234129638871133346507775, 80240648651400365471854502514501453704175376562496, 54198670627270688013781273396239242514947489935351300645194042280183395324517200
Offset: 0
Keywords
Links
- Fuzhen Zhang and Xiao-Dong Zhang, Enumerating extreme points of the polytopes of stochastic tensors: an optimization approach, Optimization, 69:4, 729-741, (2020). arXiv:2008.04655 [math.CO], 2020. See p. 6.
- Fuzhen Zhang and Xiao-Dong Zhang, Comparison of the upper bounds for the extreme points of the polytopes of line-stochastic tensors, arXiv:2110.12337 [math.CO], 2021. See p. 5.
Programs
-
Mathematica
a[n_]:=Binomial[n^3+3n^2-3n+1,n^3]; Array[a,8,0]
Comments