editing
approved
editing
approved
# alternative
A167560 := proc(n, m)
option remember ;
if m > n then
n!+add( (-1)^(k-1)*binomial(n-1, k)*procname(n, m-k), k=1..n-1) ;
else
4^(m-1)*(m-1)!*(n+m-1)!/(2*m-1)! ;
end if;
end proc:
seq( seq(A167560(d-m, m), m=1..d-1), d=2..12) ; # R. J. Mathar, Jun 28 2024
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
A090238 without the first column, read by rows. - Eyal Gruss, Jan 12 2023
The ED2 array read by ascending antidiagonals
A090238 without the first column, read by rows _. - _Eyal Gruss_, Jan 12 2023
proposed
editing
editing
proposed
A090238 without the first column, read by rows Eyal Gruss, Jan 12 2023
approved
editing