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!)
A203507 G.f.: Product_{n>=0} 1/(1-a(n)*x^(n+1))^3 = Sum_{n>=0} a(n)*x^n. 0
1, 3, 15, 82, 504, 3198, 21592, 147570, 1045221, 7464052, 54549804, 400487997, 2990765270, 22396990002, 169881957174, 1291189065086, 9910770901971, 76178174174205, 590312326353680, 4578346159792815, 35745960436892046, 279290158338688617 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
G.f.: A(x) = 1 + 3*x + 15*x^2 + 82*x^3 + 504*x^4 + 3198*x^5 + 21592*x^6 +...
where
A(x) = 1/((1-x)*(1-3*x^2)*(1-15*x^3)*(1-82*x^4)*(1-504*x^5)*...)^3.
Related expansion:
A(x)^(1/3) = 1 + x + 4*x^2 + 19*x^3 + 110*x^4 + 659*x^5 + 4355*x^6 +...
PROG
(PARI) {a(n) = polcoeff(prod(k=0, n-1, 1/(1-a(k)*x^(k+1)+x*O(x^n)))^3, n)}
CROSSREFS
Sequence in context: A014276 A006964 A371616 * A192662 A213096 A052451
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 02 2012
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 25 12:32 EDT 2024. Contains 371969 sequences. (Running on oeis4.)