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!)
A299430 Numerators of coefficients in C(x) where: C(x)^(1/2) - S(x)^(1/2) = 1 such that C'(x)*S(x)^(1/2) = S'(x)*C(x)^(1/2) = 2*x*C(x). 7

%I #21 Feb 22 2018 16:30:15

%S 1,2,5,13,43,5,-19,41,1,-7243,923,23183,-21401,64243259,-73,

%T -471741703,328578883,-11162934047,-103170103,405632121933911,

%U -811862551,6065578925646109,2180051549129,-261709011005693843,36779766732769,-1552304807519349743393,-33230318647573,727642520296392573166003,-85602927913097260249,3885938896026347271301517

%N Numerators of coefficients in C(x) where: C(x)^(1/2) - S(x)^(1/2) = 1 such that C'(x)*S(x)^(1/2) = S'(x)*C(x)^(1/2) = 2*x*C(x).

%C Given g.f. C(x) = Sum_{n>=0} A299430(n)/A299431(n)*x^n, then C(x)^(1/2) = Sum_{n>=0} A005447(n)/A005446(n)*x^n.

%F The functions C = C(x) and S = S(x) satisfy:

%F (1) sqrt(C) - sqrt(S) = 1.

%F (2a) C'*sqrt(S) = S'*sqrt(C) = 2*x*C.

%F (2b) C' = 2*x*C/sqrt(S).

%F (2c) S' = 2*x*sqrt(C).

%F (3a) C = 1 + Integral 2*x*C/sqrt(S) dx.

%F (3b) S = Integral 2*x*sqrt(C) dx.

%F (4a) sqrt(C) = exp( Integral x/(sqrt(C) - 1) dx ).

%F (4b) sqrt(S) = exp( Integral x/sqrt(S) dx ) - 1.

%F (5a) C - S = exp( Integral 2*x*C/(C*sqrt(S) + S*sqrt(C)) dx ).

%F (5b) C - S = exp( Integral C'*S'/(C*S' + S*C') dx).

%F (6a) sqrt(C) = exp( sqrt(C) - 1 - x^2/2 ).

%F (6b) sqrt(C) = 1 + x^2/2 + Integral x/(sqrt(C) - 1) dx.

%e G.f.: C(x) = 1 + 2*x + 5/3*x^2 + 13/18*x^3 + 43/270*x^4 + 5/432*x^5 - 19/17010*x^6 + 41/2721600*x^7 + 1/40824*x^8 - 7243/1175731200*x^9 + 923/1515591000*x^10 + ...

%e Related power series begin:

%e S(x) = x^2 + 2/3*x^3 + 1/6*x^4 + 1/90*x^5 - 1/810*x^6 + 1/15120*x^7 + 1/68040*x^8 - 139/24494400*x^9 + 1/1020600*x^10 - 571/12933043200*x^11 + ...

%e sqrt(C) = 1 + x + 1/3*x^2 + 1/36*x^3 - 1/270*x^4 + 1/4320*x^5 + 1/17010*x^6 - 139/5443200*x^7 + 1/204120*x^8 - 571/2351462400*x^9 - 281/1515591000*x^10 + ... + A005447(n)/A005446(n)*x^n + ...

%t terms = 30; Assuming[x>0, ProductLog[-1, -Exp[-1 - x^2/2]]^2 + O[x]^terms] // CoefficientList[#, x]& // Numerator (* _Jean-François Alcover_, Feb 22 2018 *)

%o (PARI) {a(n) = my(C=1, S=x^2); for(i=0,n, C = (1 + sqrt(S +O(x^(n+2))))^2; S = intformal( 2*x*sqrt(C) ) ); numerator(polcoeff(C,n))}

%o for(n=0,30,print1(a(n),", "))

%Y Cf. A299431 (denominators in C), A299432/A299433 (S), A005447/A005446 (sqrt(C).

%K sign,frac

%O 0,2

%A _Paul D. Hanna_, Feb 09 2018

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 September 17 22:44 EDT 2024. Contains 375991 sequences. (Running on oeis4.)