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!)
A125279 G.f.: A(x) = (1/x)*series_reversion(x^2/G(x)) where G(x) is the g.f. of A030266, which shifts left under self-COMPOSE. 1
1, 1, 3, 13, 68, 400, 2555, 17375, 124280, 927711, 7189102, 57627044, 476645965, 4061184195, 35604795538, 320957712849, 2973550524004, 28305757130713, 276806230525768, 2780528226936569, 28686373905833717, 303913110837114965 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Derived from central terms of triangle: a(n) = A125278(2*n,n)/(n+1).
LINKS
FORMULA
G.f. satisfies: A(x) = 1 + x*A(x)^2 * A( x^2*A(x)^4/(A(x) - 1) ). By definition, G.f. satisfies: A(x) = 1 + G(x*A(x)^2); G(x*A(x)) = x*A(x)^2; x*A(x^2/G(x)) = G(x); where G(x) = x + x*G(G(x)) is g.f. of A030266.
EXAMPLE
A(x) = 1 + x + 3*x^2 + 13*x^3 + 68*x^4 + 400*x^5 + 2555*x^6 +...
The g.f. of A030266 is G(x) = x + x*G(G(x)) where
G(x) = x + x^2 + 2*x^3 + 6*x^4 + 23*x^5 + 104*x^6 + 531*x^7 + 2982*x^8+..
PROG
(PARI) {a(n)=local(A=1+x); for(i=0, n, A=1+x*A^2*subst(A, x, x^2*A^4/(A-1+x^2*O(x^n)))); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A200757 A000260 A192737 * A186371 A121954 A058307
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 26 2006
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)