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.

A326660 Number of n-bead asymmetric bracelets with exactly 3 different colored beads.

Original entry on oeis.org

0, 0, 1, 3, 12, 34, 111, 315, 933, 2622, 7503, 21033, 59472, 167118, 472120, 1332945, 3777600, 10720869, 30516447, 87032994, 248820704, 712743768, 2045784183, 5882367570, 16942974048, 48876558318, 141204944529, 408494941773, 1183247473872, 3431450670601
Offset: 1

Views

Author

Andrew Howroyd, Sep 12 2019

Keywords

Comments

Asymmetric bracelets are those primitive (period n) bracelets that when turned over are different from themselves.

Examples

			Case n = 4: There are 3 distinct asymmetric bracelets with exactly 3 colors which are aabc, abbc, abcc.
		

Crossrefs

Formula

a(n) = A032240(n) - 3*A032239(n) for n >= 3.
Moebius transform of A305542.