OFFSET
1,2
COMMENTS
Equivalently, number of n-bead bracelets using any number of unlabeled (interchangable) colors. - Andrew Howroyd, Sep 25 2017
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..577
Colin Adams, Chaim Even-Zohar, Jonah Greenberg, Reuben Kaufman, David Lee, Darin Li, Dustin Ping, Theodore Sandstrom, and Xiwen Wang, Virtual Multicrossings and Petal Diagrams for Virtual Knots and Links, arXiv:2103.08314 [math.GT], 2021.
Tilman Piesk, Partition related number triangles
N. J. A. Sloane, Generating functions [From Wouter Meeussen, Dec 06 2008]
FORMULA
EXAMPLE
MATHEMATICA
<<DiscreteMath`NewCombinatorica`; (* see A080107 *); Table[{Length[ # ], First[ # ]}&/@ Split[Sort[Length/@Split[Sort[First[Sort[Flatten[ {#, Map[Sort, (#/. i_Integer:>w+1-i), 2]}& @(NestList[Sort[Sort/@(#/. i_Integer :> Mod[i+1, w, 1])]&, #, w]), 1]]]&/@SetPartitions[w]]]]], {w, 1, 10}]
u[0, j_]:=1; u[k_, j_]:=u[k, j]=Sum[Binomial[k-1, i-1]Plus@@(u[k-i, j]#^(i-1)&/@Divisors[j]), {i, k}]; a[n_]:=1/n*Plus@@(EulerPhi[ # ]u[Quotient[n, # ], # ]&/@Divisors[n]); Table[a[n]/2+If[EvenQ[n], u[n/2, 2], Sum[Binomial[n/2-1/2, k] u[k, 2], {k, 0, n/2-1/2}]]/2, {n, 40}] (* Wouter Meeussen, Dec 06 2008 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Wouter Meeussen, Jul 02 2003
EXTENSIONS
a(12) from Vladeta Jovovic, Jul 15 2007
More terms from Vladeta Jovovic's formula given in Mathematica line. - Wouter Meeussen, Dec 06 2008
STATUS
approved