A373344 Antidiagonal sums of A373343.
1, 2, 4, 33, 394025, 201957164678370265209, 84193682293466007059985338904628711064119559738613309218248322664618484704217611109073
Offset: 1
Keywords
Crossrefs
Cf. A373343.
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
The array begins: 1, 1, 1, ... 2, 4, 16, ... 6, 216, 10077696, ... 24, 331776, 12116574790945106558976, ... ...
A[n_,k_]:=(n!)^(n^(k-1)); Table[A[n-k+1,k],{n,6},{k,n}]//Flatten
Comments