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!)
A013259 Expansion of e.g.f. arcsin(log(x+1) - sinh(x)). 0
0, 0, -1, 1, -6, 23, -135, 824, -6580, 56853, -574245, 6321434, -77709654, 1034820863, -15028496483, 234652617016, -3939397037160, 70561239939417, -1345864598250633, 27205562970320606, -581454141374015770 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
-(1/2!)*x^2 + (1/3!)*x^3 - (6/4!)*x^4 + (23/5!)*x^5 - ...
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcSin[Log[x+1]-Sinh[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Apr 14 2021 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(asin(log(x+1) - sinh(x))))) \\ Michel Marcus, Aug 03 2018
CROSSREFS
Sequence in context: A063383 A266996 A013263 * A012468 A219168 A013260
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)