OFFSET
1,2
COMMENTS
See A339228 for additional details.
EXAMPLE
In the following examples elements in series are juxtaposed and elements in parallel are separated by '|'.
a(1) = 1: (1).
a(2) = 3: (2), (11), (1|1).
a(3) = 9: (3), (12), (21), (1(1|1)), ((1|1)1), (111), (1|2), (1|11), (1|1|1).
PROG
(PARI)
EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}
EdgeWeightedT(u)={my(Z=x*Ser(u)); my(p=Z+O(x^2)); for(n=2, #u, p=x*Ser(EulerT(Vec(p^2/(1+p)+Z)))); Vec(p)}
seq(n)={EdgeWeightedT(vector(n, i, 1))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 29 2020
STATUS
approved