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!)
A140818 Coefficients of Hodge diamond binomial 'X' matrices as polynomials: matrix example; M={{1,0,1}. {0,2,0], {1,0,1}: M(d, x, y)= Sum[Sum[If[n == m, Binomial[d - 1, m - 1], If[n == d - m + 1, Binomial[d - 1, n - 1], 0]]*x^(n - 1)*y^(m - 1), {n, 1, d}], {m, 1, d}] . 0
1, 2, 2, 2, 2, 2, 2, 6, 6, 2, 2, 8, 6, 8, 2, 2, 10, 20, 20, 10, 2, 2, 12, 30, 20, 30, 12, 2, 2, 14, 42, 70, 70, 42, 14, 2, 2, 16, 56, 112, 70, 112, 56, 16, 2, 2, 18, 72, 168, 252, 252, 168, 72, 18, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Apparently the same as A139813. - Georg Fischer, Nov 02 2018
LINKS
FORMULA
M(d, x, y)= Sum[Sum[If[n == m, Binomial[d - 1, m - 1], If[n == d - m + 1, Binomial[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
{1},
{2, 2},
{2, 2, 2},
{2, 6, 6, 2},
{2, 8, 6, 8, 2},
{2, 10, 20, 20, 10, 2},
{2, 12, 30, 20, 30, 12, 2},
{2, 14, 42, 70, 70, 42, 14, 2},
{2, 16, 56, 112, 70, 112, 56, 16, 2},
{2, 18, 72, 168, 252, 252, 168, 72, 18, 2}.
MATHEMATICA
Clear[M, y, x] M[d_, x_, y_] := Sum[Sum[If[n == m, Binomial[d - 1, m - 1], If[n == d - m + 1, Binomial[ 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
Sequence in context: A343925 A105255 A351023 * A139813 A172009 A299150
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula and Mats Granvik, Jul 16 2008
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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)