The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A013258 Expansion of e.g.f. sin(log(x+1)-sinh(x)). 1
0, 0, -1, 1, -6, 23, -105, 614, -3500, 23785, -160965, 1109414, -6628446, 14323385, 625668043, -19616745968, 448164492360, -9492285973399, 198428984155863, -4196829028100218, 90850331257510750, -2024626265649361787 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Empirical: Lim_{n->infinity} a(n)*n/a(n+1) = -1. - Iain Fox, Nov 30 2017
LINKS
FORMULA
E.g.f.: sin(log(x+1)-sinh(x)).
EXAMPLE
-1/2!*x^2 + 1/3!*x^3 - 6/4!*x^4 + 23/5!*x^5 ...
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sin[Log[x+1]-Sinh[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Feb 22 2013 *)
PROG
(PARI) first(n) = x='x+O('x^n); Vec(serlaplace(sin(log(x+1)-sinh(x))), -n) \\ Iain Fox, Nov 30 2017
CROSSREFS
Sequence in context: A321715 A038383 A120775 * A013264 A369835 A369831
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 May 16 10:52 EDT 2024. Contains 372552 sequences. (Running on oeis4.)