login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A176432
a(n) = Det(M) where M is an n X n matrix with M[i,j] = (i+j)^(i+j).
0
1, 4, 295, 1123804, 426617588624, 26305269856043508288, 389245361792549353494110384128, 1914052488896530295354369845193677065142272, 4135916249063442625494509182129275645718357035424545767424
OFFSET
0,2
MATHEMATICA
A[i_, j_] := (i + j)^(i + j); a[n_] := Det[Table[A[i, j], {i, n}, {j, n}]]; Table[a[n], {n, 10}]
CROSSREFS
Sequence in context: A281535 A110071 A256703 * A278924 A343147 A128904
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Jan 25 2023
STATUS
approved