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!)
A013295 E.g.f.: -arcsin(log(x+1)-arctanh(x)) (even powers only). 0
0, 1, 6, 135, 6300, 503685, 61434450, 10620124515, 2471073204600, 744907219281225, 282494651079390750, 131664032748125452575, 73997676994079578439700, 49364071776588936300058125, 38571353476865946088188086250, 34900798662291878654547561226875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2n)! * [x^(2n)] -arcsin(log(x+1)-arctanh(x)).
a(n) ~ 2^(2*n) * n^(2*n-1) / (1/(exp(1)-sqrt(exp(2)-1)) - exp(1))^(2*n-1). - Vaclav Kotesovec, Jan 02 2014
EXAMPLE
+arcsin(log(x+1)-arctanh(x)) = 0 -1/2!*x^2 -6/4!*x^4 -135/6!*x^6 -6300/8!*x^8...
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[-ArcSin[Log[x+1]-ArcTanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 22 2013 *)
CROSSREFS
Sequence in context: A241999 A333005 A013299 * A214132 A196703 A196852
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Zero prepended by and more terms from Harvey P. Dale, Jul 22 2013
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)