%I #14 Jan 16 2024 22:05:01
%S 1,1,1,1,2,1,6,1,9,10,17,1,108,1,86,401,482,1,4469,1,8435,47959,8082,
%T 1,1007342,52414,112835,15338453,11899367,1,362657533,1,977129970,
%U 9349593479,35787684,1771297657,390347162497,1,779945988,9360467497257,16838238535445
%N Number of unlabeled uniform connected hypergraphs of weight n.
%C A hypergraph is uniform if all edges have the same size. The weight of a hypergraph is the sum of cardinalities of the edges. Weight is generally not the same as number of vertices.
%H Andrew Howroyd, <a href="/A302129/b302129.txt">Table of n, a(n) for n = 0..50</a>
%F a(p) = 1 for prime p. - _Andrew Howroyd_, Jan 16 2024
%e Non-isomorphic representatives of the a(8) = 9 uniform connected hypergraphs:
%e {{1,2,3,4,5,6,7,8}}
%e {{1,2,3,7}, {4,5,6,7}}
%e {{1,2,5,6}, {3,4,5,6}}
%e {{1,3,4,5}, {2,3,4,5}}
%e {{1,2}, {1,3}, {2,4}, {3,4}}
%e {{1,3}, {2,4}, {3,5}, {4,5}}
%e {{1,4}, {2,3}, {2,4}, {3,4}}
%e {{1,4}, {2,5}, {3,5}, {4,5}}
%e {{1,5}, {2,5}, {3,5}, {4,5}}
%o (PARI) \\ See A331508 for T(n, k).
%o InvEulerT(v)={my(p=log(1+x*Ser(v))); dirdiv(vector(#v,n,polcoef(p,n)), vector(#v,n,1/n))}
%o a(n) = {if(n==0, 1, sumdiv(n, d, if(d==1 || d==n, d==1, InvEulerT(vector(d, i, T(n/d, i)))[d] )))} \\ _Andrew Howroyd_, Jan 16 2024
%Y Cf. A000005, A007716, A038041, A038041, A048143, A299353, A301481, A301920, A301924, A306019, A306021, A331508.
%K nonn
%O 0,5
%A _Gus Wiseman_, Jun 20 2018
%E a(11) onwards from _Andrew Howroyd_, Jan 16 2024