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.

A269915 Number of ternary strings of length n with maximal run length three containing 1112.

Original entry on oeis.org

1, 5, 21, 80, 287, 993, 3347, 11067, 36055, 116089, 370222, 1171353, 3681375, 11504101, 35772799, 110760185, 341640131, 1050254568, 3218970519, 9839399805, 30002862947, 91284474775, 277176264351, 840067321393, 2541769382014, 7678558044741, 23163047559031
Offset: 4

Views

Author

Marko Riedel, Mar 07 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Drop[CoefficientList[Series[x^4 (x + 1) (x^2 + 1) (x^2 + x + 1)/((x^6 + 3 x^5 + 5 x^4 + 5 x^3 + 3 x^2 + x - 1) (2 x^3 + 2 x^2 + 2 x - 1)), {x, 0, 30}], x], 4] (* Michael De Vlieger, Mar 08 2016 *)

Formula

G.f.: x^4*(x+1)*(x^2+1)*(x^2+x+1)/ ((x^6+3*x^5+5*x^4+5*x^3+3*x^2+x-1) * (2*x^3+2*x^2+2*x-1)).