editing
approved
editing
approved
a(n) ~ exp(n-2) * (2*n)^(n - 3/2) / sqrt(Pi). - Vaclav Kotesovec, Feb 13 2021
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
Solomon W. Golomb and Lloyd R. Welch, "Perfect Codes in the Lee Metric and the Packing of Polyominoes", SIAM Journal on Applied Mathematics Vol. 18, No. 2 (Mar. 1970), pp. 302-317.
Milan Janjić, <a href="https://arxiv.org/abs/1905.04465">On Restricted Ternary Words and Insets</a>, arXiv:1905.04465 [math.CO], 2019.
Solomon W. Golomb and Lloyd R. Welch, <a href="https://www.jstor.org/stable/2099465">Perfect Codes in the Lee Metric and the Packing of Polyominoes</a>, SIAM Journal on Applied Mathematics Vol. 18, No. 2 (Mar. 1970), pp. 302-317.
Milan Janjić, <a href="https://arxiv.org/abs/1905.04465">On Restricted Ternary Words and Insets</a>, arXiv:1905.04465 [math.CO], 2019.
V(n,d) = sum_Sum_{j=0..min(n,d)} 2^j * binomial(n,j)*binomial(d,j).
proposed
editing
editing
proposed
Milan Janjić, <a href="https://arxiv.org/abs/1905.04465">On Restricted Ternary Words and Insets</a>, arXiv:1905.04465 [math.CO], 2019.
Array[Sum[2^j * Binomial[n, #1, j]* Binomial[d, #2, j], {j, 0 , Min[n, d#1, #2]}] & @@ {#, #^2} &, 13] (* _Michael De Vlieger_, Jul 05 2019 *)
approved
editing
proposed
approved
editing
proposed