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!)
A119522 Determinant of n X n matrix of first n^2 nonzero terms of triangular numbers. 0
1, -8, -27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = determinant of n X n matrix of first n^2 nonzero terms of A000217(k) for k>0. a(n) = determinant of n X n matrix of k*(k+1)/2 for k from 1 through n^2.
EXAMPLE
a(3) = -27 =
|.1..3..6|
|10.15.21|
|28.36.45|.
a(4) = 0 because of the singular matrix 0 =
|.1...3...6..10|
|15..21..28..36|
|45..55..66..78|
|91.105.120.136|.
MATHEMATICA
nmax = 100; Table[Det[Table[(k*(i-1) + j)*(k*(i-1) + j + 1)/2, {i, 1, k}, {j, 1, k}]], {k, 1, nmax}] (* Vaclav Kotesovec, Feb 24 2019 *)
CROSSREFS
Sequence in context: A171740 A129663 A112646 * A070494 A334659 A350625
KEYWORD
easy,sign
AUTHOR
Jonathan Vos Post, May 27 2006
EXTENSIONS
More terms from Vaclav Kotesovec, Feb 24 2019
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)