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.

Showing 1-1 of 1 results.

A352227 Number of length-n blocks in the Thue-Morse sequence with intertwining pattern AB AB AB... .

Original entry on oeis.org

0, 2, 2, 4, 4, 6, 8, 8, 8, 10, 12, 14, 16, 16, 16, 16, 16, 18, 20, 22, 24, 26, 28, 30, 32, 32, 32, 32, 32, 32, 32, 32, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 66, 68
Offset: 1

Views

Author

Jeffrey Shallit, Mar 08 2022

Keywords

Comments

The intertwining pattern is the list of consecutive occurrences of a block x and its binary complement x' in the Thue-Morse sequence A010060, where A codes an occurrence of x and B codes an occurrence of x'.

Examples

			For n = 4, the four length-four blocks with intertwining pattern ABABAB... are 0110, 1101, 1010, 0100.
		

Crossrefs

Cf. A006165, A010060. Related to A352228.

Formula

For n>=2, a(n) = 2*A006165(n-1).
Showing 1-1 of 1 results.