[go: up one dir, main page]

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!)
Revision History for A188194 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A188194 G.f. satisfies: A(x) = Sum_{n>=0} log(1 + 2^n*x*A(x)^2)^n/n!.
(history; published version)
#5 by Russ Cox at Fri Mar 30 18:37:26 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Mar 23 2011

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#4 by T. D. Noe at Thu Mar 24 02:07:35 EDT 2011
STATUS

proposed

approved

#3 by Paul D. Hanna at Wed Mar 23 18:13:50 EDT 2011
NAME

G.f. satisfies: A(x) = Sum_{n>=0} log(1 + 2^n*x*A(x)^2)^n/n!.

FORMULA

G.f. A(x) satisfies:

(4) A(x) = F(x*A(x)^2) )) and F(x) = A(x/F(x)^2), )), where F(x) is the g.f. of A188193.

EXAMPLE

G.f.: A(x) = 1 + 2*x + 14*x^2 + 168*x^3 + 3756*x^4 + 261560*x^5 +...

PROG

((PARI) {a(n)=local(A=1+x); for(i=1, n, A=sum(m=0, n, log(1+2^m*x*A^2+x*O(x^n))^m/m!)); polcoeff(A, n)}

CROSSREFS

Cf. A014070, A188193.

#2 by Paul D. Hanna at Wed Mar 23 18:06:57 EDT 2011
NAME

allocated for Paul D. Hanna

G.f. satisfies: A(x) = Sum_{n>=0} log(1 + 2^n*x*A(x)^2)^n/n!.

DATA

1, 2, 14, 168, 3756, 261560, 80733232, 96730287424, 412733638204832, 6222933783425122080, 334514554099356252794912, 64846889330532757107162199040, 45814974387230048629026769270192768

OFFSET

0,2

FORMULA

G.f. A(x) satisfies:

(1) A(x) = Sum_{n>=0} C(2^n,n)*x^n*A(x)^(2n),

(2) A(x) = sqrt((1/x)*Series_Reversion(x/B(x)^2)),

(3) A(x) = B(x*A(x)^2) and B(x) = A(x/B(x)^2),

where B(x) = Sum_{n>=0} C(2^n,n)*x^n is the g.f. of A014070.

(4) A(x) = F(x*A(x)^2) and F(x) = A(x/F(x)^2), where F(x) is the g.f. of A188193.

EXAMPLE

G.f.: A(x) = 1 + 2*x + 14*x^2 + 168*x^3 + 3756*x^4 + 261560*x^5 +...

which equals the series:

A(x) = 1 + log(1+2*x*A(x)^2) + log(1+4*x*A(x)^2)^2/2! + log(1+8*x*A(x)^2)^3/3! +...

Let B(x) equal the g.f. of A014070, which begins:

B(x) = 1 + 2*x + 6*x^2 + 56*x^3 + 1820*x^4 +...+ C(2^n,n)*x^n +...

then B(x) = A(x/B(x)^2) and A(x) = B(x*A(x)^2), so that:

A(x) = 1 + 2*x*A(x)^2 + 6*x^2*A(x)^4 + 56*x^3*A(x)^6 + 1820*x^4*A(x)^8 +...+ C(2^n,n)*x^n*A(x)^(2n) +...

PROG

(PARI) {a(n)=local(A=1+x); for(i=1, n, A=sum(m=0, n, log(1+2^m*x*A^2+x*O(x^n))^m/m!)); polcoeff(A, n)}

CROSSREFS

Cf. A014070, A188193.

KEYWORD

allocated

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 23 2011

STATUS

approved

proposed

#1 by Paul D. Hanna at Wed Mar 23 17:58:10 EDT 2011
NAME

allocated for Paul D. Hanna

KEYWORD

allocated

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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)