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!)
A108523 Number of rooted identity trees with n generators. 3
1, 1, 2, 4, 10, 27, 77, 226, 685, 2112, 6618, 20996, 67337, 217884, 710571, 2332958, 7705429, 25584035, 85346018, 285908169, 961440343, 3244259406, 10981797187, 37280278698, 126890974820, 432950169885, 1480542159038, 5073504809660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A generator is a leaf or a node with just one child.
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f. satisfies (2-x)*A(x) = x - 1 + WEIGH(A(x)).
PROG
(PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, (-1)^(n-1)/n))))-1, -#v)}
seq(n)={my(v=[1]); for(n=2, n, v=concat(v, v[#v] + WeighT(concat(v, [0]))[n])); v} \\ Andrew Howroyd, Aug 31 2018
CROSSREFS
Sequence in context: A339838 A104383 A205480 * A157003 A245900 A114507
KEYWORD
nonn
AUTHOR
Christian G. Bower, Jun 07 2005
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 July 16 03:21 EDT 2024. Contains 374343 sequences. (Running on oeis4.)