login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)