OFFSET
1,5
FORMULA
G.f.: x^2/(1-x^2)*Product(1+x^(2*i+1), i=0..infinity). More generally, g.f. for number of partitions of n into distinct parts with exactly k even parts is x^(k*(k+1))/Product(1-x^(2*i), i=1..k)*Product(1+x^(2*i+1), i=0..infinity).
a(n) ~ 3^(1/4) * exp(Pi*sqrt(n/6)) / (2^(5/4) * Pi * n^(1/4)). - Vaclav Kotesovec, May 29 2018
MATHEMATICA
Drop[ CoefficientList[ Series[x^2/(1 - x^2) * Product[1 + x^(2*i + 1), {i, 0, 70}], {x, 0, 62}], x], 1] (* Robert G. Wilson v, Aug 21 2004 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Aug 17 2004
EXTENSIONS
More terms from Robert G. Wilson v, Aug 21 2004
STATUS
approved