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!)
A221547 G.f.: Sum_{n>=0} x^n * (1+x)^(n*(n+1)/2) / Product_{k=1..n} (1 + x*(1+x)^k). 3
1, 1, 1, 1, 2, 3, 7, 15, 38, 102, 291, 894, 2881, 9814, 35049, 130827, 509444, 2062695, 8667549, 37723094, 169735610, 788356105, 3774150884, 18599067832, 94236062123, 490360221092, 2617839307733, 14324884376705, 80274898974872, 460315751077622, 2698920189467845 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + x^2 + x^3 + 2*x^4 + 3*x^5 + 7*x^6 + 15*x^7 + 38*x^8 +...
where
A(x) = 1 + x*(1+x)/(1 + x*(1+x)) + x^2*(1+x)^3/((1+x*(1+x))*(1+x*(1+x)^2)) + x^3*(1+x)^6/((1+x*(1+x))*(1+x*(1+x)^2)*(1+x*(1+x)^3)) + x^4*(1+x)^10/((1+x*(1+x))*(1+x*(1+x)^2)*(1+x*(1+x)^3)*(1+x*(1+x)^4)) +...
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m*(1+x)^(m*(m+1)/2)/prod(k=1, m, (1+x*(1+x)^k+x*O(x^n)))), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A114584 A328779 A039826 * A289471 A289470 A161746
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 19 2013
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)