login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A301342 Regular triangle where T(n,k) is the number of rooted identity trees with n nodes and k leaves. 13
1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 2, 0, 0, 0, 1, 4, 1, 0, 0, 0, 1, 6, 5, 0, 0, 0, 0, 1, 9, 13, 2, 0, 0, 0, 0, 1, 12, 28, 11, 0, 0, 0, 0, 0, 1, 16, 53, 40, 3, 0, 0, 0, 0, 0, 1, 20, 91, 109, 26, 0, 0, 0, 0, 0, 0, 1, 25, 146, 254, 116, 6, 0, 0, 0, 0, 0, 0, 1, 30, 223, 524, 387, 61, 0, 0, 0, 0, 0, 0, 0, 1, 36 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,12
LINKS
EXAMPLE
Triangle begins:
1
1 0
1 0 0
1 1 0 0
1 2 0 0 0
1 4 1 0 0 0
1 6 5 0 0 0 0
1 9 13 2 0 0 0 0
1 12 28 11 0 0 0 0 0
1 16 53 40 3 0 0 0 0 0
1 20 91 109 26 0 0 0 0 0 0
1 25 146 254 116 6 0 0 0 0 0 0
1 30 223 524 387 61 0 0 0 0 0 0 0
The T(6,2) = 4 rooted identity trees: (((o(o)))), ((o((o)))), (o(((o)))), ((o)((o))).
MATHEMATICA
irut[n_]:=irut[n]=If[n===1, {{}}, Join@@Function[c, Select[Union[Sort/@Tuples[irut/@c]], UnsameQ@@#&]]/@IntegerPartitions[n-1]];
Table[Length[Select[irut[n], Count[#, {}, {-2}]===k&]], {n, 8}, {k, n}]
CROSSREFS
A version with the zeroes removed is A055327.
Sequence in context: A191906 A371647 A187080 * A226369 A320751 A263764
KEYWORD
nonn,tabl
AUTHOR
Gus Wiseman, Mar 19 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 10 02:43 EDT 2024. Contains 372354 sequences. (Running on oeis4.)