OFFSET
1,1
COMMENTS
Partial sums give the positive terms of A183011, the numerators of the Bruinier-Ono formula for the partition function.
LINKS
MAPLE
A066186 := proc(n) n*combinat[numbpart](n) ; end proc:
A002865 := proc(n) if n = 0 then 1; else combinat[numbpart](n)-combinat[numbpart](n-1) ; end if; end proc:
seq(A183012(n), n=1..80) ; # R. J. Mathar, Jan 27 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Jan 22 2011
STATUS
approved