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!)
A035373 Number of partitions of n into parts 5k+2 or 5k+4. 1
0, 1, 0, 2, 0, 2, 1, 3, 2, 3, 3, 5, 4, 7, 5, 10, 7, 13, 10, 16, 15, 20, 20, 26, 26, 34, 33, 45, 42, 56, 55, 70, 71, 86, 91, 109, 113, 136, 140, 170, 174, 209, 217, 255, 270, 311, 331, 381, 404, 465, 491, 565, 597, 681, 726, 820, 878, 985, 1056, 1185, 1265, 1419, 1515 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/15)) * Gamma(2/5) * Gamma(4/5) / (4 * 3^(7/20) * 5^(3/20) * Pi^(4/5) * n^(17/20)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(5k+2))*(1 - x^(5k+4))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A204389 A070102 A029182 * A240138 A341975 A261387
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 16:35 EDT 2024. Contains 371749 sequences. (Running on oeis4.)