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!)
A277177 G.f. A(x) satisfies: Series_Reversion( A(x)/(1+x)^3 ) = A(x)/(1-x)^3. 2
1, 3, -24, 784, -46896, 4317456, -562745520, 98690557584, -22460740839216, 6450171240032784, -2284564885046722992, 979187134208612772240, -499793632523433181810736, 299667123722863936449037584, -208593901698504257051080848048, 166857381492340592665576625921168, -152017413229327953521998890673326384, 156505079591897717881208227590259134480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Compare to: Series_Reversion( F(x)*(1+x) ) = F(x)*(1-x) when F(x) = x/(1-x^2).
LINKS
FORMULA
G.f. A(x) = Sum_{n>=1} a(n) * x^(2*n-1) also satisfies:
(1) A( A(x)/(1-x)^3 ) = x*(1 + A(x)/(1-x)^3 )^3.
(2) A( A(x)/(1+x)^3 ) = x*(1 - A(x)/(1+x)^3 )^3.
EXAMPLE
G.f.: A(x) = x + 3*x^3 - 24*x^5 + 784*x^7 - 46896*x^9 + 4317456*x^11 - 562745520*x^13 + 98690557584*x^15 - 22460740839216*x^17 + 6450171240032784*x^19 - 2284564885046722992*x^21 + 979187134208612772240*x^23 - 499793632523433181810736*x^25 +...
such that Series_Reversion( A(x)/(1+x)^3 ) = A(x)/(1-x)^3.
RELATED SERIES.
A(x)/(1-x)^3 = x + 3*x^2 + 9*x^3 + 19*x^4 + 9*x^5 - 21*x^6 + 713*x^7 + 2211*x^8 - 42423*x^9 - 133189*x^10 + 4047369*x^11 + 12499251*x^12 - 537523063*x^13 - 1646019573*x^14 + 95377567305*x^15 + 290533237571*x^16 - 21876919847991*x^17 - 66406981689381*x^18 + 6316871587746185*x^19 + 19127958788458707*x^20 +...
A( A(x)/(1-x)^3 ) = x + 3*x^2 + 12*x^3 + 46*x^4 + 147*x^5 + 357*x^6 + 822*x^7 + 4056*x^8 + 14469*x^9 - 93897*x^10 - 549840*x^11 + 10758642*x^12 + 56601703*x^13 - 1469357319*x^14 - 7645881510*x^15 + 266606239932*x^16 + 1374106441785*x^17 - 62103211575765*x^18 - 317982458976204*x^19 + 18131631145035702*x^20 +...
Series_Reversion(A(x)) = x - 3*x^3 + 51*x^5 - 1684*x^7 + 89631*x^9 - 7218867*x^11 + 842669332*x^13 - 136419363048*x^15 + 29359346719959*x^17 - 8103779638873081*x^19 + 2787880624127169867*x^21 - 1168604294464477079760*x^23 + 586059363388037097318788*x^25 +...
Incidentally,
(A(x)/x)^(1/3) = 1 + x^2 - 9*x^4 + 279*x^6 - 16262*x^8 + 1476338*x^10 - 190883546*x^12 + 33312398406*x^14 - 7557834013343*x^16 + 2165888855602865*x^18 - 766008084752723233*x^20 + 327970244729039892575*x^22 - 167268383573932822246336*x^24 + 100229670800696383970592920*x^26 - 69734815267693299184321137784*x^28 + 55760405033094966392326154518792*x^30 +...
appears to be an integer series.
PROG
(PARI) {a(n) = my(A = x +x*O(x^(2*n))); for(i=1, 2*n, A = A + (x - subst(A/(1+x +x*O(x^(2*n)))^3, x, A/(1-x +x*O(x^(2*n)))^3))/2); polcoeff(A, 2*n-1)}
for(n=1, 20, print1(a(n), ", "))
CROSSREFS
Cf. A277038.
Sequence in context: A297561 A326084 A301525 * A226053 A233894 A075655
KEYWORD
sign
AUTHOR
Paul D. Hanna, Oct 02 2016
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)