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.

A164317 Number of binary strings of length n with no substrings equal to 000, 010, or 111.

Original entry on oeis.org

1, 2, 4, 5, 6, 7, 9, 11, 13, 16, 20, 24, 29, 36, 44, 53, 65, 80, 97, 118, 145, 177, 215, 263, 322, 392, 478, 585, 714, 870, 1063, 1299, 1584, 1933, 2362, 2883, 3517, 4295, 5245, 6400, 7812, 9540, 11645, 14212, 17352, 21185, 25857, 31564, 38537, 47042, 57421
Offset: 0

Views

Author

R. H. Hardin, Aug 12 2009

Keywords

Examples

			All solutions for N=8
00110110 00110011 10110110 10110011 10011001 10011011 01100110 01101100
01101101 11001100 11001101 11011001 11011011
		

Programs

  • Mathematica
    CoefficientList[Series[-(x^2 + x + 1) (x^3 + 2 x^2 + x + 1)/(x^4 + x^3 - 1), {x, 0, 50}], x] (* Michael De Vlieger, Feb 17 2020 *)

Formula

G.f.: -(x^2+x+1)*(x^3+2*x^2+x+1)/(x^4+x^3-1). - R. J. Mathar, Nov 28 2011

Extensions

Edited by Alois P. Heinz, Oct 11 2017