This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A032167 #32 May 19 2019 13:01:06 %S A032167 12,66,572,5148,49764,497354,5118828,53745120,573308736,6191711526, %T A032167 67546215516,743008120140,8230246567620,91708459194066, %U A032167 1027134771622388,11555266154065920,130506535690613940 %N A032167 Number of aperiodic necklaces of n beads of 12 colors. %H A032167 Vincenzo Librandi, <a href="/A032167/b032167.txt">Table of n, a(n) for n = 1..500</a> %H A032167 C. G. Bower, <a href="/transforms2.html">Transforms (2)</a> %H A032167 Y. Puri and T. Ward, <a href="http://www.cs.uwaterloo.ca/journals/JIS/VOL4/WARD/short.html">Arithmetic and growth of periodic orbits</a>, J. Integer Seqs., Vol. 4 (2001), #01.2.1. %H A032167 F. Ruskey, <a href="http://combos.org/necklace">Necklaces, Lyndon words, De Bruijn sequences, etc.</a> %H A032167 F. Ruskey, <a href="/A000011/a000011.pdf">Necklaces, Lyndon words, De Bruijn sequences, etc.</a> [Cached copy, with permission, pdf format only] %H A032167 <a href="/index/Lu#Lyndon">Index entries for sequences related to Lyndon words</a> %F A032167 "CHK" (necklace, identity, unlabeled) transform of 12, 0, 0, 0... %F A032167 a(n) = Sum_{d|n} mu(d)*12^(n/d)/n. %F A032167 G.f.: Sum_{k>=1} mu(k)*log(1/(1 - 12*x^k))/k. - _Ilya Gutkovskiy_, May 19 2019 %t A032167 f[d_]:=MoebiusMu[d] 12^(n/d)/n; a[n_]:=Total[f/@Divisors[n]]; a[0]=1; Table[a[n], {n, 1, 30}] (* _Vincenzo Librandi_, Oct 14 2017 *) %Y A032167 Column 12 of A074650. %K A032167 nonn %O A032167 1,1 %A A032167 _Christian G. Bower_