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!)
A012397 Expansion of e.g.f. sin(arctan(x) * log(x+1)). 1
0, 0, 2, -3, 0, -10, 88, 336, -5040, 5256, -39168, 4557960, -52889760, 157744080, -3302278800, 144206160840, -1889577930240, 8430486227520, -277909168727040, 12092516753915520, -180143306775855360, 1024522489518595200, -48298987852867664640, 2290850071901137232640 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
2/2!*x^2 - 3/3!*x^3 - 10/5!*x^5 + 88/6!*x^6 ...
MATHEMATICA
Range[0, 25]! CoefficientList[Series[Sin[ArcTan[x] Log[x+1]], {x, 0, 25}], x] (* Vincenzo Librandi, Jul 19 2018 *)
PROG
(PARI) x = 'x + O('x^30); concat([0, 0], Vec(serlaplace(sin(atan(x) * log(x+1))))) \\ Michel Marcus, Jul 19 2018
CROSSREFS
Sequence in context: A111606 A012653 A012656 * A012402 A177700 A012654
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 18 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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)