Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A216410 E.g.f.: Series_Reversion( 2*Sw(x/2) ) where Sw(x) = Sum_{n>=0} (-1)^n*(2*n+2)^(2*n) * x^(2*n+1)/(2*n+1)!. 0
1, 4, 79, 3872, 357021, 53366688, 11788384035, 3613002977280, 1467889838452377, 763713003999744000, 495264178234423963575, 391720087063508887535616, 371190938737957616525807925, 415169544652854511226963558400, 541213248030886833323809041196875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f. A(x) satisfies: Sum_{n>=0} (-1)^n*(n+1)^(2*n) * A(x)^(2*n+1)/(2*n+1)! = x.
EXAMPLE
E.g.f.: A(x) = x + 4*x^3/3! + 79*x^5/5! + 3872*x^7/7! + 357021*x^9/9! +...
such that A(2*Sw(x/2)) = x, where
2*Sw(x/2) = x - 4*x^3 + 81*x^5 - 4096*x^7 + 390625*x^9 - 60466176*x^11 +...+ (-1)^n*(n+1)^(2*n)*x^(2*n+1)/(2*n+1)! +...
Related expansions:
Sw(x) = x - 16*x^3/3! + 1296*x^5/5! - 262144*x^7/7! + 100000000*x^9/9! -+...+ (-1)^n*(2*n+2)^(2*n)*x^(2*n+1)/(2*n+1)! +...
Cw(x) = 1 - 3*x^2/2! + 125*x^4/4! - 16807*x^6/6! + 4782969*x^8/8! -+...+ (-1)^n*(2*n+1)^(2*n-1)*x^(2*n)/(2*n)! +...
where Cw(x) + I*Sw(x) = LambertW(-I*x)/(-I*x).
PROG
(PARI) {a(n)=local(A=x); A=serreverse(sum(m=0, n\2, (-1)^m*(m+1)^(2*m)*x^(2*m+1)/(2*m+1)!)+x*O(x^n)); n!*polcoeff(A, n)}
for(n=1, 21, print1(a(2*n-1), ", ")) \\ print only odd-indexed terms
CROSSREFS
Cf. A216409.
Sequence in context: A006425 A065930 A018807 * A125710 A204296 A192790
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 08 2012
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 6 21:36 EDT 2024. Contains 374984 sequences. (Running on oeis4.)