OFFSET
9,2
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Christian Sievers, Table of n, a(n) for n = 9..4442
J. Riordan, Enumeration of trees by height and diameter, IBM J. Res. Dev. 4 (1960), 473-478.
PROG
(PARI)
sh_euler(p)={my(m=serprec(p, x)-1); x*exp(sum(i=1, m, subst(p+O(x^(1+m\i)), x, x^i)/i))}
lista(n)={my(s2=sh_euler(sh_euler(x+O(x*x^n))), s3=sh_euler(s2), s4=sh_euler(s3), r3=s3-s2, r4=s4-s3, t8=r4-r3*s3); Vec(t8)} \\ Christian Sievers, May 18 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Christian Sievers, May 18 2023
STATUS
approved