Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156690
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156690 General qp weighted combinations as : m=1;q=2: t(n,m)=If[m == 0, n!, Product[Product[1 - (i + 1)*(m + 1), {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
4
1, 1, 1, 1, -3, 1, 1, 15, 15, 1, 1, -105, 525, -105, 1, 1, 945, 33075, 33075, 945, 1, 1, -10395, 3274425, -22920975, 3274425, -10395, 1, 1, 135135, 468242775, 29499294825, 29499294825, 468242775, 135135, 1, 1, -2027025, 91307341125 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, -1, 32, 317, 68042, -16392913, 59935345472, 443114522425577, 41952026212764267602,

-11773681484663891313796273,...},

FORMULA

m=1;q=2:

t(n,m)=If[m == 0, n!, Product[Product[1 - (i + 1)*(m + 1), {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, -3, 1},

{1, 15, 15, 1},

{1, -105, 525, -105, 1},

{1, 945, 33075, 33075, 945, 1},

{1, -10395, 3274425, -22920975, 3274425, -10395, 1},

{1, 135135, 468242775, 29499294825, 29499294825, 468242775, 135135, 1},

{1, -2027025, 91307341125, -63275987399625, 569483886596625, -63275987399625, 91307341125, -2027025, 1},

{1, 34459425, 23283371986875, 209759898229756875, 20766229924745930625, 20766229924745930625, 209759898229756875, 23283371986875, 34459425, 1},

{1, -654729075, 7520529151760625, -1016286706923172059375, 1307960991810122440415625, -14387570909911346844571875, 1307960991810122440415625, -1016286706923172059375, 7520529151760625, -654729075, 1}

MATHEMATICA

t[n_, m_] = If[m == 0, n!, Product[Product[1 - (i + 1)*(m + 1), {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: A144269 A144270 A110112 this_sequence A060325 A135021 A087987

Adjacent sequences: A156687 A156688 A156689 this_sequence A156691 A156692 A156693

KEYWORD

sign,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Feb 13 2009

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