|
Search: id:A092414
|
|
|
| A092414 |
|
Negative of the determinant of the 3 X 3 matrix with entries (X+Y)^n. |
|
+0 1
|
|
| 0, 0, 8, 2016, 301856, 35402880, 3596797568, 332433378816, 28736957620736, 2363831961200640, 187161691763222528, 14378930653933756416, 1078142718948065878016, 79242945178480535961600
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
50^n + 54^n - 48^n + 64^n - 2*60^n.
|
|
EXAMPLE
|
n=3 gives
[2^3, 3^3, 4^3]
[3^3, 4^3, 5^3]
[4^3, 5^3, 6^3]
=
[8,27,64]
[27,64,125]
[64,125,216]
with det -2016
|
|
PROGRAM
|
(PARI) for(j=0, 15, m=matrix(3, 3, X, Y, (X+Y)^j); print1(", "-matdet(m)))
|
|
CROSSREFS
|
Sequence in context: A027515 A076955 A024112 this_sequence A139298 A004819 A001375
Adjacent sequences: A092411 A092412 A092413 this_sequence A092415 A092416 A092417
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jon Perry (perry(AT)globalnet.co.uk), Mar 22 2004
|
|
|
Search completed in 0.002 seconds
|