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!)
A192057 G.f. C(x) satisfies: C(C(x)) + S(S(x)) = x where S(C(x)) = 2*x*C(x). 3
1, 0, 0, -4, 0, 0, -64, 0, 0, -2432, 0, 0, -125952, 0, 0, -8086016, 0, 0, -598302720, 0, 0, -49260396544, 0, 0, -4408078761984, 0, 0, -422207049695232, 0, 0, -42827137857617920, 0, 0, -4566145737838034944, 0, 0, -508866683185248862208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
Functions C(x) and S(x) satisfy:
(1) C'(C(x))*C'(x) + S'(S(x))*S'(x) = 1,
(2) S'(C(x))*C'(x) = 2*C(x) + 2*x*C'(x).
EXAMPLE
G.f.: C(x) = x - 4*x^4 - 64*x^7 - 2432*x^10 - 125952*x^13 - 8086016*x^16 +...
Related expansions are
S(x) = 2*x^2 + 8*x^5 + 256*x^8 + 13312*x^11 + 868352*x^14 + 65436672*x^17 +...
C(C(x)) = x - 8*x^4 - 64*x^7 - 2432*x^10 - 119808*x^13 - 7774208*x^16 +...
S(S(x)) = 8*x^4 + 64*x^7 + 2432*x^10 + 119808*x^13 + 7774208*x^16 +...
S(C(x)) = 2*x^2 - 8*x^5 - 128*x^8 - 4864*x^11 - 251904*x^14 - 16172032*x^17 +...
PROG
(PARI) {a(n)=local(C=x, S=2*x^2, Cv=[1]);
for(i=0, n\3, Cv=concat(Cv, [0, 0, 0]); C=x*Ser(Cv); S=2*x*serreverse(C);
Cv[#Cv]=-polcoeff((subst(C, x, C)+subst(S, x, S))/2, #Cv); ); polcoeff(C, n)}
CROSSREFS
Cf. A192058 (S(x)), A192059 (C(C(x))), A191417 (variant).
Sequence in context: A307050 A223179 A278272 * A054376 A351156 A369379
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jun 21 2011
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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)