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!)
A035374 Number of partitions of n into parts 5k+3 or 5k+4. 1
0, 0, 1, 1, 0, 1, 1, 2, 2, 1, 2, 4, 3, 3, 4, 6, 6, 7, 7, 9, 11, 12, 12, 16, 17, 20, 23, 25, 27, 33, 36, 41, 44, 50, 57, 66, 69, 77, 88, 100, 107, 120, 131, 149, 165, 180, 196, 222, 242, 268, 293, 323, 353, 394, 428, 470, 513, 565, 617, 680, 734, 805, 882, 966, 1046 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
LINKS
FORMULA
a(n) ~ exp(2*Pi*sqrt(n/15)) * Gamma(3/5) * Gamma(4/5) / (4 * 3^(9/20) * 5^(1/20) * Pi^(3/5) * n^(19/20)). - Vaclav Kotesovec, Aug 27 2015
MATHEMATICA
nmax = 100; Rest[CoefficientList[Series[Product[1/((1 - x^(5k+3))*(1 - x^(5k+4))), {k, 0, nmax}], {x, 0, nmax}], x]] (* Vaclav Kotesovec, Aug 27 2015 *)
CROSSREFS
Sequence in context: A144963 A305632 A329069 * A229219 A048299 A232084
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 September 16 00:43 EDT 2024. Contains 375959 sequences. (Running on oeis4.)