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!)
A012513 Expansion of e.g.f. arctan(sinh(x) * log(x+1)). 1
0, 0, 2, -3, 12, -40, -50, 1449, -23016, 261288, -2306342, 15798365, 33379940, -3972201168, 100308059878, -1917671123655, 28943854480688, -288514829730256, -1435208344849998, 189049167829499229 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
2/2!*x^2 - 3/3!*x^3 + 12/4!*x^4 - 40/5!*x^5 ...
MAPLE
seq(coeff(series(factorial(n)*arctan(sinh(x)*log(x+1)), x, n+1), x, n), n=0..20); # Muniru A Asiru, Jul 19 2018
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcTan[Sinh[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 04 2021 *)
CROSSREFS
Sequence in context: A352099 A012307 A012311 * A012515 A012510 A012310
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0) and a(1) inserted and title improved by Sean A. Irvine, Jul 19 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 May 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)