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!)
A012972 Expansion of e.g.f. log(arctan(x) + exp(x)). 1
0, 2, -3, 9, -42, 293, -2454, 23807, -273304, 3629945, -53958154, 887374939, -16082430268, 318456745189, -6826882284078, 157521655230391, -3895161014873424, 102760306169663089, -2880160526862435858, 85467391529053927219, -2677188255115662866532, 88276488832167340241821 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
2*x - 3/2!*x^2 + 9/3!*x^3 - 42/4!*x^4 + 293/5!*x^5 - ...
MATHEMATICA
With[{nn=30}, Drop[CoefficientList[Series[Log[ArcTan[x] + Exp[x]], {x, 0, nn}], x] Range[0, nn]!]] (* Vincenzo Librandi Jul 30 2018 *)
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(log(atan(x) + exp(x))))) \\ Michel Marcus, Jul 30 2018
CROSSREFS
Sequence in context: A052828 A214915 A219673 * A316916 A162094 A162095
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Jul 29 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 June 5 08:55 EDT 2024. Contains 373105 sequences. (Running on oeis4.)