|
Search: id:A067549
|
|
|
| A067549 |
|
Determinant of n X n matrix whose diagonal are the first n primes and all other elements are 1's. |
|
+0 3
|
|
| 2, 5, 22, 140, 1448, 17856, 291456, 5338368, 119102976, 3371378688, 102163230720, 3708532408320, 149444916019200, 6320831260262400, 292612319045222400, 15301128319716556800, 891900404470539878400
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
The determinant begins:
2 1 1 1 1 1 1 ...
1 3 1 1 1 1 1 ...
1 1 5 1 1 1 1 ...
1 1 1 7 1 1 1 ...
1 1 1 1 11 1 1 ...
1 1 1 1 1 13 1 ...
|
|
MATHEMATICA
|
Table[ Det[ DiagonalMatrix[ Table[ Prime[ i ] - 1, {i, 1, n} ] ] + 1 ], {n, 1, 20} ]
|
|
CROSSREFS
|
Sequence in context: A020093 A111542 A001437 this_sequence A042933 A005203 A090450
Adjacent sequences: A067546 A067547 A067548 this_sequence A067550 A067551 A067552
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 28 2002
|
|
|
Search completed in 0.002 seconds
|