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.

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

Original entry on oeis.org

1, 2, 4, 7, 12, 18, 28, 40, 58, 80, 111, 149, 201, 264, 348, 450, 583, 744, 950, 1199, 1514, 1893, 2366, 2935, 3638, 4480, 5513, 6746, 8247, 10035, 12196, 14763, 17850, 21504, 25875, 31038, 37184, 44422
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

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

Formula

a(n) = A000041(n+4) - round((n+7)^2/12). - Vladeta Jovovic, Jun 18 2003