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!)
A056336 Number of primitive (aperiodic) reversible string structures with n beads using exactly two different colors. 1

%I #15 Jun 29 2018 10:23:00

%S 0,1,2,4,9,16,35,66,133,261,527,1032,2079,4123,8244,16440,32895,65639,

%T 131327,262380,524762,1049071,2098175,4195230,8390646,16779231,

%U 33558392,67112892,134225919,268443306

%N Number of primitive (aperiodic) reversible string structures with n beads using exactly two different colors.

%C A string and its reverse are considered to be equivalent. Permuting the colors will not change the structure. Identical to A056331 for n>1.

%D M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]

%F a(n) = A056331(n) - A063524(n).

%t a[1] = 0;

%t a[n_] := DivisorSum[n, MoebiusMu[#] (2^(n/#-2) + 2^(Floor[n/#/2]-1))&];

%t Array[a, 30] (* _Jean-François Alcover_, Jun 29 2018 *)

%Y Column 2 of A276544.

%Y Cf. A056318, A056331, A063524.

%K nonn

%O 1,3

%A _Marks R. Nester_

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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)