[go: up one dir, main page]

login
Revision History for A330762 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Triangle read by rows: T(n,k) is the number of series-reduced rooted trees whose leaves are multisets of colors with a total of n elements using exactly k colors.
(history; published version)
#11 by Alois P. Heinz at Thu Jan 09 19:40:21 EST 2020
STATUS

proposed

approved

#10 by Andrew Howroyd at Thu Jan 09 15:45:12 EST 2020
STATUS

editing

proposed

#9 by Andrew Howroyd at Thu Jan 09 14:53:45 EST 2020
LINKS

Andrew Howroyd, <a href="/A330762/b330762.txt">Table of n, a(n) for n = 1..1275</a> (first 50 rows)

#8 by Andrew Howroyd at Thu Jan 09 14:53:29 EST 2020
LINKS

Andrew Howroyd, <a href="/A330762/b330762.txt">Table of n, a(n) for n = 1..1275</a>

STATUS

approved

editing

#7 by Susanna Cuyler at Mon Dec 30 04:27:49 EST 2019
STATUS

proposed

approved

#6 by Andrew Howroyd at Sun Dec 29 19:39:24 EST 2019
STATUS

editing

proposed

#5 by Andrew Howroyd at Sun Dec 29 19:37:10 EST 2019
EXAMPLE

The T(3,2) = 12 trees are: (122), (112), ((1)(22)), ((1)(12)), ((2)(12)), ((2)(11)), ((1)(2)(2)), ((1)(1)(2)), ((1)((2)(2))), ((1)((1)(2))), ((2)((1)(2))), ((2)((1)(1))).

#4 by Andrew Howroyd at Sun Dec 29 19:12:58 EST 2019
CROSSREFS

Row sums are A330469Column 1 is A141268.

Row sums are A330469.

Cf. A330763 (leaves are sets).

#3 by Andrew Howroyd at Sun Dec 29 18:49:27 EST 2019
CROSSREFS

Main diagonal is A005804.

#2 by Andrew Howroyd at Sun Dec 29 18:47:13 EST 2019
NAME

allocated for Andrew HowroydTriangle read by rows: T(n,k) is the number of series-reduced rooted trees whose leaves are multisets of colors with a total of n elements using exactly k colors.

DATA

1, 2, 2, 4, 12, 8, 11, 67, 114, 58, 30, 376, 1230, 1496, 612, 96, 2174, 12038, 26156, 24570, 8374, 308, 12792, 113028, 389968, 630300, 481284, 140408, 1052, 76972, 1043355, 5363331, 13259870, 17008218, 10930150, 2785906, 3648, 471260, 9574934, 70524256, 250201560, 479284952, 508811114, 282141552, 63830764

OFFSET

1,2

EXAMPLE

Triangle begins:

1;

2, 2;

4, 12, 8;

11, 67, 114, 58;

30, 376, 1230, 1496, 612;

96, 2174, 12038, 26156, 24570, 8374;

308, 12792, 113028, 389968, 630300, 481284, 140408;

1052, 76972, 1043355, 5363331, 13259870, 17008218, 10930150, 2785906;

...

PROG

(PARI)

EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}

R(n, k)={my(v=[]); for(n=1, n, v=concat(v, EulerT(concat(v, [binomial(n+k-1, k-1)]))[n])); v}

M(n)={my(v=vector(n, k, R(n, k)~)); Mat(vector(n, k, sum(i=1, k, (-1)^(k-i)*binomial(k, i)*v[i])))}

{ my(T=M(10)); for(n=1, #T~, print(T[n, 1..n])) }

CROSSREFS

Row sums are A330469.

KEYWORD

allocated

nonn,tabl

AUTHOR

Andrew Howroyd, Dec 29 2019

STATUS

approved

editing