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!)
A301562 Expansion of Product_{k>=0} (1 + x^(5*k+1))*(1 + x^(5*k+2)). 7
1, 1, 1, 1, 0, 0, 1, 2, 2, 2, 1, 1, 2, 3, 3, 2, 2, 3, 5, 6, 5, 4, 4, 6, 8, 8, 7, 7, 9, 12, 13, 11, 10, 12, 16, 19, 19, 17, 18, 23, 27, 27, 25, 25, 30, 37, 40, 38, 37, 42, 50, 55, 54, 52, 57, 68, 77, 78, 75, 78, 90, 102, 106, 104, 106, 120, 138, 146, 144, 145, 158 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Number of partitions of n into distinct parts congruent to 1 or 2 mod 5.
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + x^A047216(k)).
a(n) ~ exp(Pi*sqrt(2*n/15)) / (2^(17/20) * 15^(1/4) * n^(3/4)). - Vaclav Kotesovec, Mar 24 2018
EXAMPLE
a(13) = 3 because we have [12, 1], [11, 2] and [7, 6].
MATHEMATICA
nmax = 70; CoefficientList[Series[Product[(1 + x^(5 k + 1)) (1 + x^(5 k + 2)), {k, 0, nmax}], {x, 0, nmax}], x]
nmax = 70; CoefficientList[Series[QPochhammer[-x, x^5] QPochhammer[-x^2, x^5], {x, 0, nmax}], x]
nmax = 70; CoefficientList[Series[Product[(1 + Boole[MemberQ[{1, 2}, Mod[k, 5]]] x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A085684 A141604 A143996 * A334486 A356997 A171412
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 23 2018
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 6 15:14 EDT 2024. Contains 372294 sequences. (Running on oeis4.)