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!)
A035433 Number of partitions of n into parts 7k+2 or 7k+5. 2
1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 3, 2, 4, 3, 5, 4, 6, 6, 7, 8, 8, 10, 11, 12, 14, 14, 18, 17, 22, 21, 26, 27, 30, 34, 36, 41, 44, 48, 54, 56, 66, 66, 78, 80, 91, 97, 106, 116, 124, 137, 147, 159, 175, 184, 207, 215, 241, 252, 279, 297, 321, 348, 371, 404, 432, 464, 503 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
COMMENTS
Convolution of A109707 and A109704. - Vaclav Kotesovec, Jan 21 2017
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/21)) / (4 * 21^(1/4) * cos(3*Pi/14) * n^(3/4)) * (1 + (11*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+2))*(1 - x^(7k+5))), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 26 2015 *)
CROSSREFS
Sequence in context: A029210 A321909 A346598 * A029199 A121611 A360106
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)