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!)
A304386 Number of unlabeled hypertrees (connected antichains with no cycles) spanning up to n vertices and allowing singleton edges. 7
1, 2, 5, 15, 50, 200, 907, 4607, 25077, 144337, 863678, 5329994, 33697112, 217317986, 1424880997, 9474795661, 63769947778, 433751273356, 2977769238994, 20611559781972, 143720352656500, 1008765712435162, 7122806053951140, 50566532826530292, 360761703055959592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Partial sums of b(1) = 1, b(n) = A134959(n) otherwise.
EXAMPLE
Non-isomorphic representatives of the a(3) = 15 hypertrees are the following:
{}
{{1}}
{{1,2}}
{{1,2,3}}
{{2},{1,2}}
{{1,3},{2,3}}
{{3},{1,2,3}}
{{1},{2},{1,2}}
{{3},{1,2},{2,3}}
{{3},{1,3},{2,3}}
{{2},{3},{1,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)); Vec(1 + x*Ser(EulerT(u))*(1-x*Ser(u))/(1-x))} \\ Andrew Howroyd, Aug 27 2018
CROSSREFS
Sequence in context: A306836 A192634 A350490 * A140639 A149953 A149954
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 21 2018
EXTENSIONS
Terms a(7) and beyond from Andrew Howroyd, Aug 27 2018
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 16 18:22 EDT 2024. Contains 371750 sequences. (Running on oeis4.)