Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140326
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140326 Sign weighted matrices nXn:example {{2 w[2], w[0], w[1]}, {3 w[0], 2 w[1], w[2]}, {3 w[1], 3 w[2], 2 w[0]}} are made into monomials using w[n]=1 if n<>0, x if n==0. The coefficients of the monomials form a triangular sequence. +0
1
1, 0, 2, -3, 0, 4, -12, 20, 0, -6, 24, -84, 73, 0, -12, 48, -256, 408, -216, 0, 18, -48, 480, -1328, 1464, -603, 0, 36, 0, 704, -3312, 5760, -4500, 1404, 0, -54, -192, 0, 4720, -15264, 20520, -13212, 3537, 0, -108, -768, 3584, 0, -26880, 62496, -64512, 33264, -7344, 0, 162, 1536, -12288, 29440, 0, -116256 (list; table; graph; listen)
OFFSET

1,3

COMMENT

Row sums:

{1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1}.

FORMULA

Matrix: M(d)=(2 + Sign[n - m])*w[Mod[n + m, d]; If[n == 0, w[n] = x, w[n] = 1]; out_n,m=Coefficients[Det(M(d)))

EXAMPLE

{1},

{0, 2},

{-3, 0, 4},

{-12, 20, 0, -6},

{24, -84, 73, 0, -12},

{48, -256,408, -216, 0, 18},

{-48, 480, -1328, 1464, -603, 0, 36},

{0, 704, -3312, 5760, -4500,1404, 0, -54},

{-192, 0, 4720, -15264, 20520, -13212, 3537, 0, -108},

{-768, 3584, 0, -26880, 62496, -64512, 33264, -7344, 0, 162},

{1536, -12288, 29440, 0, -116256, 221760, -195552, 88560, -17523, 0, 324}

MATHEMATICA

M[d_] := Table[(2 + Sign[n - m])*w[Mod[n + m, d]], {n, 1, d}, {m, 1, d}]; a = Table[M[d], {d, 1, 10}]; Table[If[n == 0, w[n] = x, w[n] = 1], {n, 0, 10}]; Table[Det[a[[d]]], {d, 1, 10}]; a0 = Join[{{1}}, Table[CoefficientList[Det[a[[d]]], x], {d, 1, 10}]]; Flatten[a0] Table[Apply[Plus, CoefficientList[Det[a[[d]]], x]], {d, 1, 10}];

CROSSREFS

Sequence in context: A010340 A049275 A121598 this_sequence A126436 A102394 A085563

Adjacent sequences: A140323 A140324 A140325 this_sequence A140327 A140328 A140329

KEYWORD

nonn,uned,tabl

AUTHOR

Roger Bagula and Gary W. Adamsom (rlbagulatftn(AT)yahoo.com), May 26 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research