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!)
A013118 Expansion of e.g.f. sin(tanh(x) + log(x+1)). 1
0, 2, -1, -8, 18, 42, 15, -3460, 16492, 16890, 286155, -12520400, 99727254, -271849550, 6922105827, -197946213020, 2348657908440, -19619328534222, 396132741200439, -9735975917400728, 156971908263615450, -2248810586848724102, 48167349073405076823, -1170896255906195317300 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
2*x - 1/2!*x^2 - 8/3!*x^3 + 18/4!*x^4 + 42/5!*x^5 ...
MATHEMATICA
With[{nn=25}, Drop[CoefficientList[Series[Sin[Tanh[x] + Log[x + 1]], {x, 0, nn}], x] Range[0, nn]!]] (* Vincenzo Librandi, Jul 31 2018 *)
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(sin(tanh(x) + log(x+1))))) \\ Michel Marcus, Jul 31 2018
CROSSREFS
Sequence in context: A235047 A120945 A235048 * A012961 A013124 A012966
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Jul 31 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 18 20:10 EDT 2024. Contains 371781 sequences. (Running on oeis4.)