[QUOTE=tim314]
Assuming I haven’t made a mistake in my reasoning above, it shouldn’t be hard to turn that into a formal proof for the k = 2 case. For k > 2, I’d think you could define T[sub]0/sub as {All t in T(n, k) such that t contains the nullset} and then work out a recursion relation for T[sub]0/sub, use this to determine T[sub]0/sub in closed form, and plug that into your recursion relation for T(n,k)
[/QUOTE]
T[sub]0[/sub](n, k) is just S(n+1, k) (Stirling number of the second kind, as in my previous post): the “partial partitions” of [1..n] with k many classes which do contain an empty set are in bijection with the “partial partitions” of [1..n] with (k-1) many classes which do not contain an empty set, which, by your observation from before, is in bijection with the “full partitions” of [1..n+1] with k many classes which do not contain an empty set, the cardinality of which is the definition of S(n+1, k).
I don’t know of any good closed form for T[sub]0[/sub](n, k) = S(n+1, k), but the Wikipedia link gives various facts, including a straightforward recurrence relation.