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!)
A035396 Number of partitions of n into parts 7k+1 or 7k+2. 0
1, 2, 2, 3, 3, 4, 4, 6, 7, 9, 10, 12, 13, 15, 17, 21, 24, 29, 32, 37, 40, 46, 51, 60, 67, 77, 85, 95, 104, 117, 130, 148, 164, 184, 201, 223, 243, 271, 298, 333, 365, 403, 438, 481, 525, 579, 634, 699, 761, 832, 901, 984, 1069, 1171, 1273, 1390, 1504, 1633 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/21)) * 3^(1/28) * Gamma(1/7) * Gamma(2/7) / (4 * 7^(15/28) * Pi^(11/7) * n^(13/28)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(7k+1))*(1 - x^(7k+2))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A108104 A173091 A029025 * A326077 A005138 A357413
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)