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!)
A032028 Number of rooted planar trees (n+1 nodes) where any 2 subtrees extending from same node are different. 1
1, 1, 1, 2, 4, 9, 23, 62, 167, 461, 1309, 3784, 11018, 32431, 96294, 288246, 868107, 2629499, 8005166, 24482202, 75177313, 231697259, 716488213, 2222381516, 6912569477, 21556270329, 67380727837, 211080434346 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
C. G. Bower, Transforms (2)
FORMULA
"CGK" (necklace, elements, unlabeled) transform of A032027 (shifted right one place).
PROG
(PARI)
AGK(v)={apply(p->subst(serlaplace(y^0*p), y, 1), Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
CGK(v)={apply(p->subst(serlaplace(p/y), y, 1), Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
seq(n)={my(v=[1]); for(i=3, n, v=concat([1], AGK(v))); concat([1], CGK(v))} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A339296 A213683 A032010 * A190277 A274882 A127384
KEYWORD
nonn
AUTHOR
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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)