Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A145345
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A145345 G.f. satisfies: A(x/A(x)) = 1 + x*A(x). +0
1
1, 1, 2, 7, 34, 203, 1398, 10706, 89120, 794347, 7502170, 74511150, 773864654, 8368430208, 93905460014, 1090519614152, 13077315637592, 161643281777801, 2056306418177832, 26887064722265250, 360939404438509866 (list; graph; listen)
OFFSET

0,3

COMMENT

Contribution from Paul D. Hanna (pauldhanna(AT)juno.com), Nov 15 2008: (Start)

More generally, if g.f. A(x) satisfies: A(x/A(x)^k) = 1 + x*A(x)^m, then

A(x) = 1 + x*G(x)^(m+k) where G(x) = A(x*G(x)^k) and G(x/A(x)^k) = A(x);

thus a(n) = [x^(n-1)] ((m+k)/(m+k*n))*A(x)^(m+k*n) for n>=1 with a(0)=1. (End)

FORMULA

G.f. satisfies: A(x) = 1 + x*G(x)^2 where G(x) = g.f. of A121687.

G.f. satisfies: A(x) = G(x/A(x)) where G(x) = A(x*G(x)) = g.f. of A121687. [From Paul D. Hanna (pauldhanna(AT)juno.com), Nov 08 2008]

a(n) = [x^(n-1)] (2/(n+1))*A(x)^(n+1) for n>=1 with a(0)=1; i.e., a(n) equals 2/(n+1) times the coefficient of x^(n-1) in A(x)^(n+1) for n>=1. [From Paul D. Hanna (pauldhanna(AT)juno.com), Nov 15 2008]

EXAMPLE

G.f.: A(x) = 1 + x + 2*x^2 + 7*x^3 + 34*x^4 + 203*x^5 + 1398*x^6 +..

A(x/A(x)) = 1 + x + x^2 + 2*x^3 + 7*x^4 + 34*x^5 + 203*x^6 + 1398*x^7 +..

A(x) = 1 + x*G(x)^2 where

G(x) = 1 + x + 3*x^2 + 14*x^3 + 83*x^4 + 574*x^5 + 4432*x^6 +...

is the g.f. of A121687.

PROGRAM

(PARI) {a(n)=local(F=1+x); for(i=0, n, G=serreverse(x/(F+x*O(x^n)))/x; F=1+x*subst(F, x, x*G)^2); polcoeff(F, n)}

(PARI) {a(n)=local(F=1+x); for(i=0, n, G=serreverse(x/(F+x*O(x^n)))/x; F=1+x*G^2); polcoeff(F, n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Nov 08 2008]

(PARI) /* This sequence is generated when k=1, m=1: A(x/A(x)^k) = 1 + x*A(x)^m */ {a(n, k=1, m=1)=local(A=sum(i=0, n-1, a(i, k, m)*x^i)); if(n==0, 1, polcoeff((m+k)/(m+k*n)*A^(m+k*n), n-1))} [From Paul D. Hanna (pauldhanna(AT)juno.com), Nov 15 2008]

CROSSREFS

Cf. A121687.

Sequence in context: A058915 A020054 A117399 this_sequence A056543 A075834 A011800

Adjacent sequences: A145342 A145343 A145344 this_sequence A145346 A145347 A145348

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research