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.

A141148 Number of aperiodic ternary necklaces with n beads of each color and no adjacent beads of the same color.

Original entry on oeis.org

2, 3, 14, 65, 346, 1929, 11442, 70310, 445928, 2896239, 19186738, 129184583, 881808726, 6089840427, 42482905678, 298976072384, 2120377458898, 15141288786096, 108784152585234, 785869928763325, 5705406374237814
Offset: 1

Views

Author

Max Alekseyev, Jun 10 2008

Keywords

Crossrefs

Formula

a(n) = Sum_{d|n} moebius(n/d) * A141147(d) / n.