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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of compositions into positive pentagonal numbers (A000326). [Joerg Arndt, Jun 10 2011]
LINKS
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

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 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)