login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092415 Determinant of the n X n matrix with entries (X+Y)^n. 0
1, 2, -17, -2016, 6941952, 1183818240000, -15226366699929600000, -20905103969704791244800000000, 4118415008134762062658292598964224000000, 150638206504104123857462570135784635511078912000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

For n = 3:

[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

PROG

(PARI) for(j=0, 15, m=matrix(j, j, X, Y, (X+Y)^j); print1(", "matdet(m)))

CROSSREFS

Sequence in context: A062635 A060835 A122054 * A060353 A002814 A122207

Adjacent sequences:  A092412 A092413 A092414 * A092416 A092417 A092418

KEYWORD

sign

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Mar 22 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:22 EST 2012. Contains 205835 sequences.