OFFSET
0,2
COMMENTS
Number of partitions of at most n into at most 8 parts.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
Richard J. Mathar, Size of the Set of Residues of Integer Powers of Fixed Exponent, 2017.
Index entries for linear recurrences with constant coefficients, signature (2, 0, -1, 0, -1, 1, -1, 1, -1, 1, 1, 1, -1, -1, 1, -2, 0, -1, 1, 0, 2, -1, 1, 1, -1, -1, -1, 1, -1, 1, -1, 1, 0, 1, 0, -2, 1).
MATHEMATICA
CoefficientList[Series[1/((1-x)Times@@(1-x^Range[8])), {x, 0, 50}], x] (* Harvey P. Dale, Dec 06 2017 *)
PROG
(PARI) x='x+O('x^99); Vec(1/((1-x)*prod(i=1, 8, (1-x^i)))) \\ Altug Alkan, Mar 28 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 08 2017
STATUS
approved