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!)
A143436 G.f. satisfies: A(x) = 1 + x*A(x*A(x))^4. 2
1, 1, 4, 26, 216, 2091, 22532, 263302, 3282572, 43184125, 594892016, 8533187394, 126911650416, 1950679300314, 30905935176876, 503694878376602, 8429969774716104, 144679270141457684, 2543281262706638148 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: x - G(x) = G(x)^2*A(x)^4 where G(x*A(x)) = x.
EXAMPLE
G.f.: A(x) = 1 + x + 4*x^2 + 26*x^3 + 216*x^4 + 2091*x^5 + 22532*x^6 +...
A(x*A(x)) = 1 + x + 5*x^2 + 38*x^3 + 356*x^4 + 3801*x^5 + 44508*x^6 +...
A(x*A(x))^4 = 1 + 4*x + 26*x^2 + 216*x^3 + 2091*x^4 + 22532*x^5 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=1+x*subst(A^4, x, x*A)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A164101 A048351 A224734 * A135884 A364973 A120971
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 14 2008
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 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)