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!)
A035431 Number of partitions of n into parts 7k+2 or 7k+3. 0
0, 1, 1, 1, 1, 2, 1, 2, 3, 3, 3, 5, 4, 5, 6, 7, 7, 10, 10, 12, 13, 15, 16, 19, 20, 24, 26, 29, 32, 37, 38, 45, 49, 54, 59, 68, 71, 80, 88, 97, 104, 118, 126, 139, 151, 167, 179, 199, 214, 236, 254, 278, 300, 329, 352, 387, 417, 452, 487, 533, 568, 619, 668, 722, 774 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/21)) * Gamma(2/7) * Gamma(3/7) / (4 * 3^(3/28) * 7^(11/28) * Pi^(9/7) * n^(17/28)). - Vaclav Kotesovec, Aug 26 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(7k+2))*(1 - x^(7k+3))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 26 2015 *)
CROSSREFS
Sequence in context: A241091 A137719 A029165 * A008681 A362559 A097242
KEYWORD
nonn
AUTHOR
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)