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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153274 A Pochhammer function-based triangular sequence: w(n,m,j)=m^(n + 1)*Pochhammer[j/m,n+1]; t(n,m)=sum_coefficients(w(n,m,j) in j). 0
2, 6, 15, 24, 105, 280, 120, 945, 3640, 9945, 720, 10395, 58240, 208845, 576576, 5040, 135135, 1106560, 5221125, 17873856, 49579075, 40320, 2027025, 24344320, 151412625, 643458816, 2131900225, 5925744000, 362880, 34459425, 608608000 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Row sums are:

{2, 21, 409, 14650, 854776, 73920791, 8878927331, 1413788600036,

288152651134776, 73152069870215127}.

The first column is the factorials starting at 2.

FORMULA

w(n,m,j)=m^(n + 1)*Pochmammer[j/m,n+1]; w(n,m,j)=Product[m*k + j, {k, 0, n}]; t(n,m)=sum_coefficients(w(n,m,j) in j).

EXAMPLE

{2},

{6, 15},

{24, 105, 280},

{120, 945, 3640, 9945},

{720, 10395, 58240, 208845, 576576},

{5040, 135135, 1106560, 5221125, 17873856, 49579075},

{40320, 2027025, 24344320, 151412625, 643458816, 2131900225, 5925744000},

{362880, 34459425, 608608000, 4996616625, 26381811456, 104463111025, 337767408000, 939536222625},

{3628800, 654729075, 17041024000, 184874815125, 1213563326976, 5745471106375, 21617114112000, 68586144251625, 190787784140800},

{39916800, 13749310575, 528271744000, 7579867420125, 61891729675776, 350473737488875, 1534815101952000, 5555477684381625, 17361688356812800, 48279601331512551}

MATHEMATICA

Clear[t, n, m, j, k];

t[n_, m_] = Product[m*k + j, {k, 0, n}]

Table[Table[Apply[Plus, CoefficientList[t[n, m], j]], {m, 1, n}], {n, 1, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A090979 A050508 A033298 * A091766 A192691 A138621

Adjacent sequences:  A153271 A153272 A153273 * A153275 A153276 A153277

KEYWORD

nonn,uned,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Dec 22 2008

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 17 07:41 EST 2012. Contains 205998 sequences.