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!)
A318691 Number of series-reduced powerful uniform rooted trees with n nodes. 4

%I #9 Dec 09 2020 15:40:29

%S 1,0,1,1,1,1,2,1,3,2,3,1,6,1,5,4,8,1,11,1,15,6,13,1,26,3,24,9,36,1,50,

%T 1,58,14,67,7,107,1,105,25,160,1,213,1,245,45,291,1,443,5,492,68,644,

%U 1,851,15,1019,106,1263,1,1785,1,1986,189,2592,26,3426,1,4071,292

%N Number of series-reduced powerful uniform rooted trees with n nodes.

%C A series-reduced powerful uniform rooted tree with n nodes is a powerful uniform multiset (all multiplicities are equal to the same number > 1) of series-reduced powerful uniform rooted trees with a total of n-1 nodes.

%H Andrew Howroyd, <a href="/A318691/b318691.txt">Table of n, a(n) for n = 1..1000</a>

%F a(p+1) = 1 for prime p. - _Andrew Howroyd_, Dec 09 2020

%e The a(19) = 11 series-reduced powerful uniform rooted trees with 19 nodes:

%e (((ooo)(ooo))((ooo)(ooo)))

%e ((oo(oo)(oo))(oo(oo)(oo)))

%e ((oo)(oo)(oo)(oo)(oo)(oo))

%e ((oo)(oo)(ooooo)(ooooo))

%e ((ooo)(ooo)(oooo)(oooo))

%e (oo(oo)(oo)(oooo)(oooo))

%e ((ooooo)(ooooo)(ooooo))

%e (ooo(oooo)(oooo)(oooo))

%e ((oooooooo)(oooooooo))

%e (oo(ooooooo)(ooooooo))

%e (oooooooooooooooooo)

%t rurt[n_]:=If[n==1,{{}},Join@@Table[Select[Union[Sort/@Tuples[rurt/@ptn]],And[Min@@Length/@Split[#]>=2,SameQ@@Length/@Split[#]]&],{ptn,IntegerPartitions[n-1]}]];

%t Table[Length[rurt[n]],{n,10}]

%o (PARI) WeighT(v)={Vec(exp(x*Ser(dirmul(v, vector(#v,n,(-1)^(n-1)/n))))-1,-#v)}

%o seq(n)={my(v=vector(n)); v[1]=1; for(n=1, n-1, my(u=WeighT(v[1..n])); v[n+1] = sumdiv(n,d,u[d]) - u[n]); v} \\ _Andrew Howroyd_, Dec 09 2020

%Y Cf. A000081, A001190, A001678, A001694, A003238, A072774, A317705, A317707, A317710, A318611, A318612, A318689, A318692.

%K nonn

%O 1,7

%A _Gus Wiseman_, Aug 31 2018

%E Terms a(51) and beyond from _Andrew Howroyd_, Dec 09 2020

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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)