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.

A035301 Expansion of Sum_{n>=0} (q^n / Product_{k=1..n+5} (1 - q^k)).

Original entry on oeis.org

1, 2, 4, 7, 12, 19, 29, 43, 62, 88, 122, 167, 225, 301, 396, 519, 672, 866, 1105, 1406, 1773, 2230, 2785, 3469, 4295, 5307, 6521, 7998, 9765, 11899, 14442, 17499, 21126, 25464, 30597, 36706, 43911, 52454
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    ZL :=[S, {S = Set(Cycle(Z),4 < card)}, unlabelled]: seq(combstruct[count](ZL, size=n), n=5..42); # Zerinvary Lajos, Mar 25 2008
    B:=[S,{S = Set(Sequence(Z,1 <= card),card >=5)},unlabelled]: seq(combstruct[count](B, size=n), n=5..42); # Zerinvary Lajos, Mar 21 2009