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!)
A054366 Number of unlabeled 6-ary cacti having n polygons. 4
1, 1, 6, 21, 146, 1101, 10632, 107062, 1151802, 12845442, 147845706, 1743640908, 20988257544, 256987965379, 3192893716320, 40171643847696, 510997002280522, 6563060603543658, 85017387536789916, 1109744672540225367, 14585261039005676046 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Miklos Bona, Michel Bousquet, Gilbert Labelle and Pierre Leroux, Enumeration of m-ary cacti, Advances in Applied Mathematics, 24 (2000), 22-56.
FORMULA
a(n) = (1/n)*(Sum_{d|n} phi(n/d)*binomial(6*d, d)) - 5*binomial(6*n, n)/(5*n+1) for n > 0. - Andrew Howroyd, May 02 2018
a(n) ~ sqrt(3) * 6^(6*n) / (sqrt(Pi) * n^(5/2) * 5^(5*n + 3/2)). - Vaclav Kotesovec, Jul 17 2017
MATHEMATICA
a[n_] := If[n == 0, 1, (Binomial[6*n, n]/(5 n + 1) + DivisorSum[n, Binomial[6*#, #]*EulerPhi[n/#]*Boole[# < n] & ])/n]; Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Jul 17 2017 *)
PROG
(PARI) a(n) = if(n==0, 1, sumdiv(n, d, eulerphi(n/d)*binomial(6*d, d))/n - 5*binomial(6*n, n)/(5*n+1)) \\ Andrew Howroyd, May 02 2018
CROSSREFS
Column k=6 of A303912.
Sequence in context: A093775 A318103 A058821 * A304264 A210443 A179768
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jean-François Alcover, Jul 17 2017
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)