Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158117
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158117 Triangle sequence of general q-combinations: m=3; t(n,m)=t[n_, m_] = If[m == 0, n!, Product[((m + 1)*((m + 1) + 1)/2)^k, {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, 1, 10, 1, 1, 100, 100, 1, 1, 1000, 10000, 1000, 1, 1, 10000, 1000000, 1000000, 10000, 1, 1, 100000, 100000000, 1000000000, 100000000, 100000, 1, 1, 1000000, 10000000000, 1000000000000, 1000000000000, 10000000000, 1000000, 1, 1 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:

{1, 2, 12, 202, 12002, 2020002, 1200200002, 2020002000002, 12002000020000002,

202000200000200000002, 12002000020000002000000002,...}.

FORMULA

m=3;

t(n,m)=t[n_, m_] = If[m == 0, n!, Product[((m + 1)*((m + 1) + 1)/2)^k, {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, 10, 1},

{1, 100, 100, 1},

{1, 1000, 10000, 1000, 1},

{1, 10000, 1000000, 1000000, 10000, 1},

{1, 100000, 100000000, 1000000000, 100000000, 100000, 1},

{1, 1000000, 10000000000, 1000000000000, 1000000000000, 10000000000, 1000000, 1},

{1, 10000000, 1000000000000, 1000000000000000, 10000000000000000, 1000000000000000, 1000000000000, 10000000, 1},

{1, 100000000, 100000000000000, 1000000000000000000, 100000000000000000000, 100000000000000000000, 1000000000000000000, 100000000000000, 100000000, 1},

{1, 1000000000, 10000000000000000, 1000000000000000000000, 1000000000000000000000000, 10000000000000000000000000, 1000000000000000000000000, 1000000000000000000000, 10000000000000000, 1000000000, 1}

MATHEMATICA

t[n_, m_] = If[m == 0, n!, Product[((m + 1)*((m + 1) + 1)/2)^k, {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

A118180

Sequence in context: A166972 A160562 A022173 this_sequence A015124 A156767 A010180

Adjacent sequences: A158114 A158115 A158116 this_sequence A158118 A158119 A158120

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 12 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 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research