|
Search: id:A157603
|
|
| |
|
| 1, 1, 1, 1, 3, 1, 1, 1, 4, 1, 1, 1, 11, 5, 1, 1, 1, 1, 16, 6, 1, 1, 1, 1, 42, 22, 7, 1, 1, 1, 1, 1, 64, 29, 8, 1, 1, 1, 1, 1, 163, 93, 37, 9, 1, 1, 1, 1, 1, 1, 256, 130, 46, 10, 1, 1, 1, 1, 1, 1, 638, 386, 176, 56, 11, 1
(list; table; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
COMMENT
|
Row sums are:
{1, 2, 5, 7, 19, 26, 75, 106, 307, 448, 1273,...}.
This kind of function comes from Per Bak's sand pile theory
applied to a long tail combinatorial function like A055248.
The idea is that the heavy mean or larger values collapse to the baseline one.
|
|
FORMULA
|
t(n,m) =1 if A055248 than the row mean of A055248 else A055248.
|
|
EXAMPLE
|
{1},
{1, 1},
{1, 3, 1},
{1, 1, 4, 1},
{1, 1, 11, 5, 1},
{1, 1, 1, 16, 6, 1},
{1, 1, 1, 42, 22, 7, 1},
{1, 1, 1, 1, 64, 29, 8, 1},
{1, 1, 1, 1, 163, 93, 37, 9, 1},
{1, 1, 1, 1, 1, 256, 130, 46, 10, 1},
{1, 1, 1, 1, 1, 638, 386, 176, 56, 11, 1}
|
|
MATHEMATICA
|
t[n_, m_] = Sum[Binomial[n, m - k], {k, 0, m}];
a = Table[Table[If[t[n, m] <= Sum[t[n, m], {m, 0, n}]/( n + 1), 1, t[n, n - m]], {m, 0, n}], {n, 0, 10}];
Flatten[%]
|
|
CROSSREFS
|
Sequence in context: A157261 A079110 A079619 this_sequence A059619 A098950 A123940
Adjacent sequences: A157600 A157601 A157602 this_sequence A157604 A157605 A157606
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Mar 02 2009
|
|
|
Search completed in 0.002 seconds
|