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!)
A372580 Expansion of g.f. A(x) satisfying A( A(x) - 4*A(x)^2 + 4*A(x)^3 ) = x. 0
1, 2, 10, 66, 498, 4056, 34644, 305310, 2749110, 25142172, 232728588, 2176116348, 20532197196, 195344525540, 1872680305544, 18073069864926, 175419949070118, 1710976713480396, 16761489153049788, 164888041322062428, 1628416166697339324, 16136415431311552992, 160333972547949898584 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(38) = -19599187894639322176080463718044944 is the first negative term.
LINKS
FORMULA
G.f. A(x) = Sum_{n>=1} a(n)*x^n satisfies the following formulas.
(1) x = A( A(x)*(1 - 2*A(x))^2 ).
(2) x = A(A( x*(1 - 2*x)^2 )).
(3) x = B(x)*(1 - 2*B(x))^2 where B(x) = A(A(x)) (A369510).
(4) A(x) = Series_Reversion( A(x)*(1 - 2*A(x))^2 ).
EXAMPLE
G.f.: A(x) = x + 2*x^2 + 10*x^3 + 66*x^4 + 498*x^5 + 4056*x^6 + 34644*x^7 + 305310*x^8 + 2749110*x^9 + 25142172*x^10 + 232728588*x^11 + 2176116348*x^12 + ...
where A( A(x)*(1 - 2*A(x))^2 ) = x.
RELATED SERIES.
Let B(x) = A(A(x)), then B(x)/x is the g.f. of A369510:
B(x) = x + 4*x^2 + 28*x^3 + 240*x^4 + 2288*x^5 + 23296*x^6 + 248064*x^7 + 2728704*x^8 + 30764800*x^9 + ... + 2^(n-1)*binomial(3*n-2,n-1)/n * x^n + ...
where B(x)*(1 - 2*B(x))^2 = x.
Let R(x) be the series reversion, R(A(x)) = x, then
R(x) = A(x)*(1 - 2*A(x))^2 = x - 2*x^2 - 2*x^3 - 6*x^4 - 22*x^5 - 80*x^6 - 228*x^7 - 18*x^8 + 6694*x^9 + ... + (-1)^(n-1)*A097090(n)*x^n + ...
where R(R(x)) = x*(1 - 2*x)^2.
PROG
(PARI) {a(n) = my(A=x); for(k=2, n+1, A=truncate(A); A = (A + serreverse( A*(1 - 2*A)^2 +x*O(x^k)))/2 ); polcoeff(A, n)}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A340467 A278459 A278461 * A027307 A373325 A278460
KEYWORD
sign,new
AUTHOR
Paul D. Hanna, Jun 27 2024
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 July 1 06:45 EDT 2024. Contains 373911 sequences. (Running on oeis4.)