A373342 Antidiagonal sums of A373341.
1, 3, 11, 257, 10409849, 13140065160047459074769, 21553582667127297807356246702227694881720251470055162138373632739283194220056118692942769
Offset: 1
Keywords
Crossrefs
Cf. A373341.
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, 1, ... 1, 1, 2, 16, ... 2, 24, 373248, 12635683568857645056, ... ...
A[n_,k_]:=(n!)^(n^(k-1))/n^k; Table[A[n-k+1,k],{n,6},{k,n}]//Flatten
Comments