Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140821
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140821 Coefficients of Hodge diamond GCD binomial product 'X' matrices as polynomials: matrix example; M={{2,0,2}. {0,2,0], {2,0,2}: M(d, x, y)= Sum[Sum[If[n == m, GCD[d - 1, m - 1], If[n == d - m + 1, GCD[d - 1, n - 1], 0]]*x^(n - 1)*y^(m - 1), {n, 1, d}], {m, 1, d}] . +0
1
2, 2, 4, 2, 4, 6, 6, 6, 6, 8, 8, 12, 8, 8, 10, 10, 20, 20, 10, 10, 12, 12, 60, 60, 60, 12, 12, 14, 14, 42, 70, 70, 42, 14, 14, 16, 16, 112, 112, 280, 112, 112, 16, 16, 18, 18, 72, 504, 252, 252, 504, 72, 18, 18 (list; table; graph; listen)
OFFSET

1,1

COMMENT

Row sums are:

{0, 4, 10, 24, 44, 80, 228, 280, 792, 1728}.

FORMULA

M(d, x, y)=Sum[Sum[If[n == m, Binomial[d - 1, m - 1]* GCD[d - 1, m - 1], If[n == d - m + 1, Binomial[d - 1, n - 1] *GCD[d - 1, n - 1], 0]]*x^(n - 1)*y^(m - 1), {n, 1, d}], {m, 1, d}] ; a(n,m)=Coefficients(M(n,x,1)).

EXAMPLE

{},

{2, 2},

4, 2, 4},

{6, 6, 6, 6},

{8, 8, 12, 8, 8},

{10, 10, 20, 20, 10, 10},

{12, 12, 60, 60, 60, 12, 12},

{14, 14, 42, 70, 70, 42, 14, 14},

16, 16, 112, 112, 280, 112, 112, 16, 16},

{18, 18, 72, 504, 252, 252, 504, 72, 18, 18}

MATHEMATICA

Clear[M, y, x] M[d_, x_, y_] := Sum[Sum[If[n == m, Binomial[d - 1, m - 1]* GCD[d - 1, m - 1], If[n == d - m + 1, Binomial[d - 1, n - 1] *GCD[d - 1, n - 1], 0]]*x^(n - 1)*y^(m - 1), {n, 1, d}], {m, 1, d}]; Table[CoefficientList[M[d, x, 1], x], {d, 1, 10}] Flatten[%] Table[Apply[Plus, CoefficientList[M[d, x, 1], x]], {d, 1, 10}]

CROSSREFS

Cf. A140685.

Sequence in context: A109526 A059214 A091820 this_sequence A063789 A106264 A152423

Adjacent sequences: A140818 A140819 A140820 this_sequence A140822 A140823 A140824

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula and Mats Granvik (rlbagulatftn(AT)yahoo.com), Jul 16 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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research