OFFSET
0,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..200
FORMULA
Euler transform of b(1) = 1, b(n > 1) = A134959(n).
EXAMPLE
Non-isomorphic representatives of the a(3) = 14 hyperforests are the following:
{{1,2,3}}
{{3},{1,2}}
{{3},{1,2,3}}
{{1,3},{2,3}}
{{1},{2},{3}}
{{2},{3},{1,3}}
{{2},{3},{1,2,3}}
{{3},{1,2},{2,3}}
{{3},{1,3},{2,3}}
{{1},{2},{3},{2,3}}
{{1},{2},{3},{1,2,3}}
{{2},{3},{1,2},{1,3}}
{{2},{3},{1,3},{2,3}}
{{1},{2},{3},{1,3},{2,3}}
PROG
(PARI) \\ here b(n) is A318494 as vector
EulerT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v, n, 1/n))))-1, -#v)}
b(n)={my(v=[1]); for(i=2, n, v=concat([1], EulerT(EulerT(2*v)))); v}
seq(n)={my(u=2*b(n)); concat([1], EulerT(Vec(Ser(EulerT(u))*(1-x*Ser(u))-1)))} \\ Andrew Howroyd, Aug 27 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 22 2018
EXTENSIONS
Terms a(7) and beyond from Andrew Howroyd, Aug 27 2018
STATUS
approved