|
Search: id:A157503
|
|
|
| A157503 |
|
det(I - M) where M_jk = (j*x)^k/k! |
|
+0 2
|
|
| 1, -1, -4, -21, -160, -1505, -17136, -226093, -3334528, -53031105, -864640000, -12957006821, -107329453056, 4548002439071, 409321789829120, 23780752998703875, 1257249577352658944, 65336038911885770623
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The n*n matrix M is a Vandermonde matrix of (x, 2x, 3x, ..., j*x, ..., n*x) scaled by factorials. The first n coefficients of x in det(I - M) are always the same.
|
|
FORMULA
|
Egf: det(I - M) where M_jk = (j*x)^k/k!
|
|
MATHEMATICA
|
A[n_] := D[Det[Table[KroneckerDelta[j, k] - (j*x)^k/k!, {j, 1, n}, {k, 1, n}]], {x, n}]/.x->0
|
|
CROSSREFS
|
Sequence in context: A006153 A025164 A060072 this_sequence A144010 A107872 A008858
Adjacent sequences: A157500 A157501 A157502 this_sequence A157504 A157505 A157506
|
|
KEYWORD
|
easy,sign
|
|
AUTHOR
|
Andrew Robbins (and_j_rob(AT)yahoo.com), Mar 02 2009
|
|
|
Search completed in 0.002 seconds
|