Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143397
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143397 Triangle T(n,k)=number of forests of labeled rooted trees of height at most 1, with n labels and k nodes, where any root may contain >= 1 labels, n >= 0, 0<=k<=n. +0
2
1, 0, 1, 0, 1, 3, 0, 1, 6, 10, 0, 1, 11, 36, 41, 0, 1, 20, 105, 230, 196, 0, 1, 37, 285, 955, 1560, 1057, 0, 1, 70, 756, 3535, 8680, 11277, 6322, 0, 1, 135, 2002, 12453, 41720, 80682, 86800, 41393, 0, 1, 264, 5347, 43008, 186669, 485982, 773724, 708948 (list; table; graph; listen)
OFFSET

0,6

LINKS

Index entries for sequences related to rooted trees

FORMULA

T(n, k) = Sum_{t=0..k} binomial(n,k-t) * stirling2(n-(k-t),t)*t^(k-t).

E.g.f.: exp(y*exp(x*y)*(exp(x)-1)). [From Vladeta Jovovic (vladeta(AT)eunet.yu), Dec 08 2008]

EXAMPLE

T (3,2) = 6: {1,2}{3}, {1,3}{2}, {2,3}{1}, {1,2}<-3, {1,3}<-2, {2,3}<-1.

Triangle begins:

[1]

[0, 1]

[0, 1, 3]

[0, 1, 6, 10]

[0, 1, 11, 36, 41]

MAPLE

with (combinat, stirling2): T := (n, k)-> add (binomial(n, k-t)* stirling2(n-(k-t), t)* t^(k-t), t=0..k); seq (seq (T(n, k), k=0..n), n=0..11);

CROSSREFS

Columns k=0-2: A000007, A000012, A006127. Diagonal: A000248. See also A048993, A008277, A007318, A143405 for row sums.

Sequence in context: A105147 A111924 A100485 this_sequence A137680 A161129 A011074

Adjacent sequences: A143394 A143395 A143396 this_sequence A143398 A143399 A143400

KEYWORD

nonn,tabl

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 12 2008

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 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research