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.

A274020 Number of n-bead 5-ary necklaces (no turning over allowed) that avoid the subsequence 110.

This page as a plain text file.
%I A274020 #44 Jun 24 2018 16:03:41
%S A274020 1,5,15,44,160,604,2510,10545,45825,201669,900307,4057625,18447565,
%T A274020 84444000,388878560,1799985435,8368841895,39062428790,182961584260,
%U A274020 859612223990,4049955449888,19128675877279,90553562670495,429560546547595,2041573370075675,9719864998575489,46350124359578975,221352533355568044
%N A274020 Number of n-bead 5-ary necklaces (no turning over allowed) that avoid the subsequence 110.
%C A274020 The pattern in this enumeration must be contiguous (all three values next to each other in one sequence of three letters).
%H A274020 P. Hadjicostas and L. Zhang, <a href="https://doi.org/10.1016/j.disc.2018.03.007">On cyclic strings avoiding a pattern"</a>, Discrete Mathematics, 341 (2018), 1662-1674.
%H A274020 Math Stackexchange, Marko Riedel et al., <a href="http://math.stackexchange.com/questions/1812920/">Counting circular sequences</a>.
%H A274020 Marko Riedel, <a href="/A274017/a274017.maple.txt">Maple code for this sequence</a>.
%F A274020 G.f.: 1 - Sum_{n>=1} (phi(n)/n)*log(x^(3*n)-q*x^n+1), where q=5 is the number of symbols in the alphabet we are using. - _Petros Hadjicostas_, Sep 12 2017
%F A274020 Define sequence (c(n): n>=1) by c(1) = q, c(2) = q^2, c(3) = q^3-3, and c(n) = q*c(n-1) - c(n-3) for n>=4. Then a(n) = (1/n)*Sum_{d|n} phi(n/d)*c(d) for n>=1. (Here q=5.) - _Petros Hadjicostas_, Jan 29 2018
%e A274020 The following necklace:
%e A274020 .    1-1
%e A274020 .   /   \
%e A274020 .  0     0
%e A274020 .  |     |
%e A274020 .  1     3
%e A274020 .   \   /
%e A274020 .    2-4
%e A274020 contains one instance of the subsequence starting in the upper left corner. Unlike a bracelet, the necklace is oriented.
%Y A274020 Cf. A000031, A274017, A274018, A274019.
%K A274020 nonn
%O A274020 0,2
%A A274020 _Marko Riedel_, Jun 06 2016