login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143739 G.f. A(x) satisfies: A(x) = (1-x)^3*A(x)^2 - x^2*A'(x). 0
1, 3, 9, 28, 90, 300, 1051, 3975, 16971, 86584, 550560, 4354308, 41245021, 448722207, 5443128597, 72294557416, 1039558994214, 16059538853232, 264996063891607, 4648786414414347, 86363450200625247, 1693336666564186012 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..21.

EXAMPLE

G.f.: A(x) = 1 + 3*x + 9*x^2 + 28*x^3 + 90*x^4 + 300*x^5 + 1051*x^6 +...

A(x)^2 = 1 + 6*x + 27*x^2 + 110*x^3 + 429*x^4 + 1644*x^5 + 6306*x^6 +...

(1-x)^3*A(x)^2 = 1 + 3*x + 12*x^2 + 46*x^3 + 174*x^4 + 660*x^5 +...

x^2*A'(x) = 3*x^2 + 18*x^3 + 84*x^4 + 360*x^5 + 1500*x^6 + 6306*x^7 +...

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=(1+x^2*deriv(A)/A)/(1-x)^3); polcoeff(A, n)}

CROSSREFS

Cf. A137553 (variant).

Sequence in context: A033190 A071724 A000245 * A189940 A047047 A071744

Adjacent sequences:  A143736 A143737 A143738 * A143740 A143741 A143742

KEYWORD

nonn

AUTHOR

Paul D. Hanna, Sep 05 2008

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 23:01 EDT 2013. Contains 225428 sequences.