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.

A220080 Length of longest palindromic suffix of the prefix of length n of the Thue-Morse sequence (A010060).

Original entry on oeis.org

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

Views

Author

Jeffrey Shallit, Feb 19 2013

Keywords

Examples

			a(3) = 2 because the prefix of length 3 of the Thue-Morse sequence is 011, and the longest palindromic suffix of 011 is 11, which is of length 2.
		

Crossrefs

Cf. A010060.