login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035435 Number of partitions of n into parts 7k+3 or 7k+4. 2
1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 5, 4, 6, 7, 7, 7, 10, 10, 10, 12, 15, 14, 16, 19, 21, 21, 25, 28, 30, 31, 37, 40, 42, 46, 54, 55, 60, 68, 74, 76, 87, 95, 101, 108, 122, 130, 139, 151, 168, 176, 190, 209, 227, 237, 261, 284, 302, 321, 355, 378, 402, 434 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
Convolution of A109706 and A109705. - Vaclav Kotesovec, Jan 21 2017
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/21)) / (4 * 21^(1/4) * cos(Pi/14) * n^(3/4)) * (1 + (23*Pi/(84*sqrt(21)) - 3*sqrt(21)/(16*Pi)) / sqrt(n)). - Vaclav Kotesovec, Aug 26 2015, extended Jan 24 2017
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[1/((1 - x^(7k+3))*(1 - x^(7k+4))), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 26 2015 *)
CROSSREFS
Sequence in context: A123577 A005854 A169991 * A169992 A025775 A169993
KEYWORD
nonn
AUTHOR
EXTENSIONS
Prepended a(0)=1 from Vaclav Kotesovec, Jan 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 8 00:20 EDT 2024. Contains 374148 sequences. (Running on oeis4.)