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.

A102516 Sum C(n-3k,3k+1), k=0..floor(n/6).

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 8, 13, 24, 45, 81, 138, 224, 352, 546, 851, 1348, 2175, 3556, 5843, 9582, 15624, 25317, 40836, 65737, 105863, 170796, 276160, 447272, 724968, 1174985, 1903186, 3080367, 4982688, 8057421, 13029534, 21074012, 34094041
Offset: 0

Views

Author

Paul Barry, Jan 13 2005

Keywords

Crossrefs

Cf. A101551.

Programs

  • Mathematica
    LinearRecurrence[{3,-3,1,0,0,1},{0,1,2,3,4,5},40] (* Harvey P. Dale, Aug 06 2018 *)

Formula

G.f.: x(1-x)/((1-x)^3-x^6); a(n)=sum{k=0..floor(n/6), C(n-3k, 3k+1)}.