login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A181324
G.f. 1/(1-sum(n=1,N,x^(n*(3*n-1)/2)))
7
1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 8, 11, 16, 22, 29, 38, 50, 68, 93, 126, 169, 225, 302, 407, 550, 742, 997, 1339, 1799, 2421, 3261, 4390, 5906, 7941, 10680, 14371, 19341, 26028, 35017, 47105, 63370, 85261, 114723, 154360, 207679, 279405, 375907, 505759, 680479, 915554, 1231813
OFFSET
0,6
COMMENTS
Number of compositions into positive pentagonal numbers (A000326). [Joerg Arndt, Jun 10 2011]
PROG
(PARI) N=99; x='x+O('x^N);
Vec(1/(1-sum(n=1, N, x^(n*(3*n-1)/2)))) /* show terms */
CROSSREFS
A023361 ( g.f. 1/(1-sum(n=1,N,x^(n*(n+1)/2))) ).
Sequence in context: A282504 A022468 A257664 * A050933 A103302 A173288
KEYWORD
nonn
AUTHOR
Joerg Arndt, Jan 27 2011
STATUS
approved