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.

A256216 a(n) = A053656(n) - A000011(n).

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 1, 4, 7, 18, 31, 70, 126, 261, 484, 960, 1800, 3515, 6643, 12852, 24458, 47151, 90157, 173744, 333498, 643230, 1238671, 2392650, 4620006, 8939676, 17302033, 33538048, 65042526, 126289800, 245361172
Offset: 1

Views

Author

N. J. A. Sloane, Mar 26 2015

Keywords

Comments

Counts contiguously substituted cycloalkane polyols (CSCPs).
From Ed Wynn and Andrew Howroyd, May 22 2021: (Start)
Consider a bracelet of n beads, each colored blue on one side and red on the other. Turning the bracelet over has the effect of simultaneously swapping the colors and reversing the order of the beads. For example, rrbbrb when turned over becomes rbrrbb. The total number of such bracelets is counted by A053656(n).
Swapping the colors is equivalent to reversing the order of the beads. For example, rrbbrb becomes bbrrbr which when turned over is brbbrr. A bracelet may or may not be the same as its reversal (or complement). The case of equality is counted by A256217(n) and the remainder can be divided into "chiral" pairs which are the reverse of each other and counted by this sequence. a(n) is then the number of pairs of two-colored n-bead bracelets that are equal under reversal but unequal up to rotation and turning over.
In chemical terms, these pairs are called "enantiomeric pairs". The example of rrbbrb corresponds to a pair of "chiral" chemical molecules: L-chiro-inositol and R-chiro-inositol.
a(n) is also half the number of nonisomorphic orientations of the n-cycle graph which are not self-converse. Again the self-converse orientations are counted by A256217(n) and the total by A053656(n).
(End)

Examples

			From _Ed Wynn_ and _Andrew Howroyd_, May 22 2021: (Start)
The a(6) = 1 pair of bracelets are rrbbrb and its complement bbrrbr. These two are not the same under simultaneous reversal and swapping the colors (rrbbrb is equivalent to rbrrbb which is not the same as bbrrbr by rotation).
Replacing r with ->- and b with -<- gives two distinct orientations of the cycle:
     ->-.->-.-<-.-<-.->-.-<-   :   ->-.-<-.->-.->-.-<-.-<-
    |                       |  :  |                       |
     -----------.-----------   :   -----------.-----------
These two might be written in shorthand as >><<>< and <<>><>.
The a(8) = 4 pairs of bracelets are rrrrbrbb, rrrbrrbb, rrrbrbbb, rrbrbrbb and their complements.
(End)
		

Crossrefs

The 8 sequences in Table 8 of Fujita (2017) are A053656, A000011, A256216, A256217, A123045, A283846, A283847, A283848.

Programs

Formula

a(n) = A053656(n) - A000011(n).
A053656(n) = 2*a(n) + A256217(n). - Andrew Howroyd and Ed Wynn, Jun 15 2021