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!)
A205774 G.f. satisfies: A(x) = 1/Product_{n>=1} (1 - x^n*A(x^n)^3). 1
1, 1, 5, 27, 177, 1245, 9399, 73659, 595510, 4923724, 41451675, 354071010, 3061018302, 26732084764, 235476740731, 2089770720125, 18666863392846, 167697751329817, 1514206777182411, 13734387733516323, 125083419013852945, 1143367086845429280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 5*x^2 + 27*x^3 + 177*x^4 + 1245*x^5 +...
where
A(x) = 1/((1 - x*A(x)^3) * (1 - x^2*A(x^2)^3) * (1 - x^3*A(x^3)^3) *...).
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1/prod(k=1, n, (1-x^k*subst(A, x, x^k+x*O(x^n))^3))); polcoeff(A, n)}
CROSSREFS
Sequence in context: A185622 A225309 A231091 * A367048 A326094 A232683
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 31 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 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)