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!)
A296237 Expansion of Product_{k>0} 1/(1 - x^(k*(3*k+1)/2)). 2
1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 3, 5, 4, 6, 4, 6, 5, 6, 6, 7, 7, 7, 7, 9, 8, 10, 9, 11, 10, 11, 12, 12, 13, 13, 14, 15, 14, 17, 16, 19, 18, 20, 20, 21, 22, 23, 24, 25, 25, 28, 27, 30, 29, 33, 32, 35, 35, 37, 38, 39 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,15
COMMENTS
Integer partitions into second or "negative" pentagonal numbers (A005449) .
LINKS
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[1/(1 - x^(k*(3*k+1)/2)), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 10 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1-x^(k*(3*k+1)/2))))
CROSSREFS
Sequence in context: A279222 A276798 A067100 * A074802 A071804 A280953
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 09 2017
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 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)