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!)
A013019 Expansion of e.g.f. sinh(sinh(x) + log(x+1)). 1
0, 2, -1, 11, -30, 207, -1095, 8304, -64372, 589941, -5860125, 64691794, -775311174, 10085421751, -141164863203, 2117691780304, -33881891414760, 576001188753673, -10367968207899897, 196991835391515262 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
2*x - 1/2!*x^2 + 11/3!*x^3 - 30/4!*x^4 + 207/5!*x^5 ...
MAPLE
seq(coeff(series(factorial(n)*sinh(sinh(x)+log(x+1)), x, n+1), x, n), n=0..20); # Muniru A Asiru, Jul 30 2018
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(sinh(sinh(x) + log(x+1))))) \\ Michel Marcus, Jul 30 2018
CROSSREFS
Sequence in context: A184299 A080371 A151337 * A012904 A013015 A012900
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Jul 30 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)