The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174890 a(n) = det(M) where M is an n X n matrix with M[i,j] = i^j - j^i. 1
1, 0, 1, 0, 196, 0, 65028096, 0, 1540115470208876544, 0, 861787404007697994335390269440000, 0, 3024149801599872168810739614376506649075557335040000, 0, 25610879735369429335666530857036523659955793212506655095941286757767577600000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(2n) = A071410(n), a(2n+1) = 0. - Alois P. Heinz, Jan 25 2023
MATHEMATICA
f[n_] := Table[i^j - j^i, {i, 1, n}, {j, 1, n}]; Table[Det[f[n]], {n, 1, 15}]
CROSSREFS
Cf. A071410.
Sequence in context: A164130 A084232 A145305 * A077594 A306359 A351542
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 May 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)