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!)
A013271 Expansion of e.g.f. arcsin(log(x+1) - arcsinh(x)). 0
0, 0, -1, 3, -6, 15, -135, 1260, -8820, 65205, -730485, 9459450, -114448950, 1473647175, -22993085115, 390145555800, -6611360956200, 119388158314425, -2419208528762025, 51974244237865950 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
-(1/2!)*x^2 + (3/3!)*x^3 - (6/4!)*x^4 + (15/5!)*x^5 - ...
MATHEMATICA
With[{nn=20}, Drop[CoefficientList[Series[ArcSin[Log[x+1]-ArcSinh[x]], {x, 0, nn}], x]Range[0, nn]!, 2]] (* Harvey P. Dale, Mar 18 2012 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(asin(log(x+1) - asinh(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A013276 A110809 A013275 * A013272 A013278 A009196
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=a(1)=0 inserted and title improved by Sean A. Irvine, Aug 02 2018
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 July 14 04:38 EDT 2024. Contains 374291 sequences. (Running on oeis4.)