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!)
A013016 Expansion of e.g.f. tan(sinh(x) + log(x+1)). 1
0, 2, -1, 19, -54, 837, -5430, 85727, -913304, 15882789, -235221480, 4628229637, -86832384408, 1942163547859, -43698750863040, 1105827151216987, -28836153358566240, 818829801177930873, -24192235106596630656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
2*x - 1/2!*x^2 + 19/3!*x^3 - 54/4!*x^4 + 837/5!*x^5 ...
MAPLE
seq(coeff(series(factorial(n)*tan(sinh(x)+log(x+1)), x, n+1), x, n), n=0..20); # Muniru A Asiru, Aug 21 2018
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(tan(sinh(x) + log(x+1))))) \\ Michel Marcus, Jul 30 2018
CROSSREFS
Sequence in context: A070890 A123907 A367971 * A012901 A013021 A012907
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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)