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!)
A326888 Number of length n asymmetric bracelets with integer entries that cover an initial interval of positive integers. 3
0, 0, 1, 6, 48, 369, 3341, 33960, 393467, 5111052, 73753685, 1170468816, 20263758984, 380047813297, 7676106093000, 166114206886740, 3834434320842720, 94042629507381957, 2442147034668044933, 66942194905675830162, 1931543452344523775050, 58519191359155952404837 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Asymmetric bracelets are those primitive (period n) bracelets that when turned over are different from themselves.
LINKS
FORMULA
Moebius transform of A326895.
EXAMPLE
For n = 4, the six asymmetric bracelets are 1123, 1223, 1233, 1234, 1243, 1324.
PROG
(PARI) \\ U(n, k) is A309528
U(n, k)={sumdiv(n, d, moebius(n/d)*(k^d/n - if(d%2, k^((d+1)/2), (k+1)*k^(d/2)/2)))/2}
a(n)={sum(k=1, n, U(n, k)*sum(r=k, n, binomial(r, k)*(-1)^(r-k)))}
CROSSREFS
Row sums of A309651.
Cf. A309528.
Sequence in context: A052571 A324074 A052625 * A326895 A291033 A155130
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Sep 12 2019
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 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)