cp's OEIS Frontend

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.

A032167 Number of aperiodic necklaces of n beads of 12 colors.

Original entry on oeis.org

12, 66, 572, 5148, 49764, 497354, 5118828, 53745120, 573308736, 6191711526, 67546215516, 743008120140, 8230246567620, 91708459194066, 1027134771622388, 11555266154065920, 130506535690613940
Offset: 1

Views

Author

Keywords

Crossrefs

Column 12 of A074650.

Programs

  • Mathematica
    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 *)

Formula

"CHK" (necklace, identity, unlabeled) transform of 12, 0, 0, 0...
a(n) = Sum_{d|n} mu(d)*12^(n/d)/n.
G.f.: Sum_{k>=1} mu(k)*log(1/(1 - 12*x^k))/k. - Ilya Gutkovskiy, May 19 2019