login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005263 Number of labeled Greg trees.
(Formerly M3647)
8
1, 1, 1, 4, 32, 396, 6692, 143816, 3756104, 115553024, 4093236352, 164098040448, 7345463787136, 363154251536896, 19653476190481408, 1155636468524067328, 73364615077878838784, 5001199614295920565248, 364363128390631094137856 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

A Greg tree can be described as a tree with 2-colored nodes where only the black nodes are counted and labeled and the white nodes are of degree at least 3.

REFERENCES

C. Flight, How many stemmata?, Manuscripta, 34 (1990), 122-128.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Index entries for sequences related to trees

FORMULA

E.g.f.: 1+B(x)-B(x)^2 where B(x) is e.g.f. of A005264.

PROG

(PARI) {a(n)= local(A); if(n<1, n==0, for(k= 1, n, A+= x*O(x^k); A= truncate( (1+x)* exp(A) -1-A) ); A+= x*O(x^n); A-= A^2; n!* polcoeff( A, n))} /* Michael Somos Apr 02 2007 */

CROSSREFS

Cf. A005264, A005640, A048159, A048160, A052300-A052303.

Sequence in context: A007763 A195193 A203435 * A113131 A195762 A127670

Adjacent sequences:  A005260 A005261 A005262 * A005264 A005265 A005266

KEYWORD

nonn,nice,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms, formula and comment from Christian G. Bower (bowerc(AT)usa.net), Nov 15 1999.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 02:38 EST 2012. Contains 205689 sequences.