Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A156699
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A156699 General qp odd weighted factorial as antidiagonals: t(n,m)=If[m == 0, n!, Product[Product[1 - (2*i - 1)*( m + 1), {i, 0, k - 1}], {k, 1, n}]]. +0
1
1, 1, 1, 1, 3, 2, 1, 4, -9, 6, 1, 5, -32, -135, 24, 1, 6, -75, -2048, 18225, 120, 1, 7, -144, -12375, 1835008, 31984875, 720, 1, 8, -245, -48384, 38795625, 32883343360, -954268745625, 5040, 1, 9, -384, -145775, 390168576, 3283855678125 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, 6, 2, -137, 16229, 33808092, -921346650220, -613200491632709703, 9136424641471148255125435, 4383291450735672536318454197723160,...}.

FORMULA

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

out_(n,m)=anti-diagonal(t(n,m)).

EXAMPLE

{1},

{1, 1},

{1, 3, 2},

{1, 4, -9, 6},

{1, 5, -32, -135, 24},

{1, 6, -75, -2048, 18225, 120},

{1, 7, -144, -12375, 1835008, 31984875, 720},

{1, 8, -245, -48384, 38795625, 32883343360, -954268745625, 5040},

{1, 9, -384, -145775, 390168576, 3283855678125, -15321007338291200, -597882768540159375, 40320},

{1, 10, -567, -368640, 2515347625, 106974859493376, -9728668735621171875, -228427639649812348928000, 9364862009682718850390625, 362880},

{1, 11, -800, -821583, 12032409600, 1779495254044375, -1290517319364057759744, -1239342163515614410505859375, 129417671132618932648841052160000, 4253875018946507634823880419921875, 3628800}

MATHEMATICA

Clear[t, n, m, i, k, a, b];

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

a = Table[Table[t[n, m], {n, 0, 10}], {m, 0, 10}];

b = Table[Table[a[[m, n - m + 1]], {m, n, 1, -1}], {n, 1, Length[a]}];

Flatten[%]

CROSSREFS

Sequence in context: A159966 A119263 A028412 this_sequence A077819 A030313 A113977

Adjacent sequences: A156696 A156697 A156698 this_sequence A156700 A156701 A156702

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research