The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A147786 Number of partitions of n into parts divisible by 4 or 5. 5
1, 0, 0, 0, 1, 1, 0, 0, 2, 1, 2, 0, 3, 2, 2, 3, 5, 3, 4, 3, 11, 5, 6, 6, 15, 13, 10, 9, 23, 17, 23, 15, 34, 27, 31, 33, 50, 40, 48, 45, 86, 60, 71, 69, 116, 106, 105, 102, 169, 144, 176, 150, 237, 211, 240, 248, 335, 299, 347, 338, 506, 425, 487, 487, 681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Also number of partitions of n with no part and no difference between two parts equal to 1,2,3,6,7 or 11.
Also number of partitions of n with no part appearing 1,2,3,6,7 or 11 times.
LINKS
A. E. Holroyd, Partition Identities and the Coin Exchange Problem, arXiv:0706.2282 [math.CO], 2007.
A. E. Holroyd, Partition Identities and the Coin Exchange Problem, J. Combin. Theory Ser. A, 115 (2008) 1096-1101.
FORMULA
G.f.: Product_{k>=1} (1-x^(20k))/(1-x^(4k))/(1-x^(5k)).
a(n) ~ exp(2*Pi*sqrt(n/15))/(2*sqrt(30)*n). - Vaclav Kotesovec, Sep 23 2015
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^(5*k))*(1 + x^(10*k))/(1 - x^(4*k)), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 23 2015 *)
CROSSREFS
Sequence in context: A238735 A356006 A258120 * A275019 A337835 A119387
KEYWORD
nonn
AUTHOR
Alexander E. Holroyd (holroyd at math.ubc.ca)
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 May 13 14:47 EDT 2024. Contains 372519 sequences. (Running on oeis4.)