login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
0,3
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