login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A035397
Number of partitions of n into parts 7k+1 or 7k+3.
0
1, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 19, 21, 24, 27, 30, 34, 39, 44, 49, 55, 61, 67, 76, 84, 94, 105, 116, 128, 141, 155, 171, 189, 209, 229, 252, 275, 301, 330, 361, 395, 433, 472, 514, 560, 609, 662, 722, 784, 852, 924, 1001, 1084, 1175, 1272
OFFSET
1,3
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/21)) * Gamma(1/7) * Gamma(3/7) / (4 * 3^(1/28) * 7^(13/28) * Pi^(10/7) * n^(15/28)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(7k+1))*(1 - x^(7k+3))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A036847 A282379 A029055 * A033295 A018049 A238210
KEYWORD
nonn
STATUS
approved