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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157640 A q-combination triangle sequence :m=2; t(n,k)=If[m == 0, n!, Product[Sum[k*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]];b(n,k,m)=If[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])]. 0
1, 1, 1, 1, 8, 1, 1, 39, 39, 1, 1, 160, 780, 160, 1, 1, 605, 12100, 12100, 605, 1, 1, 2184, 165165, 677600, 165165, 2184, 1, 1, 7651, 2088723, 32401985, 32401985, 2088723, 7651, 1, 1, 26240, 25095280, 1405335680, 5313925540, 1405335680, 25095280 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Row sums are:

{1, 2, 10, 80, 1102, 25412, 1012300, 68996720, 8174839942, 1670428649564,

594362629986268,...}.

FORMULA

m=2; t(n,k)=If[m == 0, n!, Product[Sum[k*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]];

b(n,k,m)=If[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])].

EXAMPLE

{1},

{1, 1},

{1, 8, 1},

{1, 39, 39, 1},

{1, 160, 780, 160, 1},

{1, 605, 12100, 12100, 605, 1},

{1, 2184, 165165, 677600, 165165, 2184, 1},

{1, 7651, 2088723, 32401985, 32401985, 2088723, 7651, 1},

{1, 26240, 25095280, 1405335680, 5313925540, 1405335680, 25095280, 26240, 1},

{1, 88569, 290506320, 56991380880, 777932349012, 777932349012, 56991380880, 290506320, 88569, 1},

{1, 295240, 3268638945, 2199207331200, 105163345568820, 379630986317856, 105163345568820, 2199207331200, 3268638945, 295240, 1}

MATHEMATICA

t[n_, m_] = If[m == 0, n!, Product[Sum[k*(m + 1)^i, {i, 0, k - 1}], {k, 1, n}]];

b[n_, k_, m_] = If[n == 0, 1, t[n, m]/(t[k, m]*t[n - k, m])];

Table[Flatten[Table[Table[b[n, k, m], {k, 0, n}], {n, 0, 10}]], {m, 0, 15}]

CROSSREFS

Sequence in context: A156137 A152972 A166346 * A142458 A174528 A176227

Adjacent sequences:  A157637 A157638 A157639 * A157641 A157642 A157643

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 03 2009

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 04:23 EST 2012. Contains 205694 sequences.