OFFSET
0,3
FORMULA
G.f.: (1-x^7) Product_{m>0} 1/(1-x^m).
a(n) ~ 7*Pi * exp(sqrt(2*n/3)*Pi) / (12*sqrt(2)*n^(3/2)) * (1 - (3*sqrt(3/2)/Pi + Pi/(24*sqrt(6)) + 7*Pi/(2*sqrt(6)))/sqrt(n) + (85/8 + 9/(2*Pi^2) + 9577*Pi^2/6912)/n). - Vaclav Kotesovec, Nov 04 2016
MATHEMATICA
Table[Count[IntegerPartitions[n], _?(FreeQ[#, 7]&)], {n, 0, 50}] (* Harvey P. Dale, Sep 26 2021 *)
PROG
(PARI) a(n)=if(n<0, 0, polcoeff((1-x^7)/eta(x+x*O(x^n)), n))
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Benoit Cloitre, Dec 10 2002
STATUS
approved