Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A052854
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A052854 Number of unordered forests on n nodes. +0
3
1, 1, 2, 4, 10, 26, 77, 235, 758, 2504, 8483, 29203, 102030, 360442, 1285926, 4625102, 16754302, 61067430, 223803775, 824188993, 3048383517, 11318928477, 42176798315, 157664823501, 591109863049, 2222121888117, 8374151243258, 31630394287364 (list; graph; listen)
OFFSET

0,3

COMMENT

If B is a collection in which there are A000108(n-1) [Catalan numbers] things with n points, a(n) is the number of subsets of B with a total of n points.

REFERENCES

Philippe Flajolet, Eric Fusy, Xavier Gourdon, Daniel Panario and Nicolas Pouyanne, A Hybrid of Darboux's Method and Singularity Analysis in Combinatorial Asymptotics, arXiv:math.CO/0606370

LINKS

T. D. Noe, Table of n, a(n) for n=0..200

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 822

P. Flajolet et al., A hybrid of Darboux's method and singularity analysis in combinatorial asymptotics

FORMULA

Euler transform of Catalan numbers C(n-1) (cf. A000108).

n*a(n)=Sum_{k=1..n} a(n-k)*b(k), b(k)=Sum_{d|k} binomial(2*d-2, d-1)=A066768(k). - Vladeta Jovovic (vladeta(AT)Eunet.yu), Jan 17 2002

G.f.: 1/(Product_{k>0} (1-x^k)^C(k-1)) where C() is Catalan numbers.

G.f.: A(z) = prod_{n >= 1} (1-z^n)^(-A000108(n)) = exp(sum_{k >= 1} C(z^k)/k, where C(z) is the g.f. for the Catalan numbers.

a(n) ~ K 4^(n-1)/sqrt(pi n^3), where K ~ 1.71603.

MAPLE

spec := [S, {B=Sequence(C), C=Prod(Z, B), S=Set(C)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20); # version 1

spec := [ C, {B=Union(Z, Prod(B, B)), C=Set(B)}, unlabeled ]; [seq(combstruct[count](spec, size=n), n=0..40)]; # version 2

PROGRAM

(PARI) a(n)=if(n<0, 0, polcoeff(1/prod(k=1, n, (1-x^k+x*O(x^n))^((2*k-2)!/k!/(k-1)!)), n))

CROSSREFS

Cf. A000108, A052805, A066768.

Sequence in context: A007580 A000085 A047653 this_sequence A096807 A003239 A116673

Adjacent sequences: A052851 A052852 A052853 this_sequence A052855 A052856 A052857

KEYWORD

easy,nonn,nice

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research