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!)
A012283 Expansion of e.g.f. arctan(sin(x)*log(x+1)). 1
0, 0, 2, -3, 4, -20, -130, 1869, -12280, 100080, -362822, -7482475, 168953420, -2715677172, 34715587062, -205932278475, -3285394779888, 157209810212416, -4031590864355982, 71565905502128781 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f. = 2*x^2/2! - 3*x^3/3! + 4*x^4/4! - 20*x^5/5! + ...
MATHEMATICA
CoefficientList[Series[ArcTan[Log[1 + x]*Sin[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 05 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0, 0], Vec(serlaplace(atan(sin(x)* log(x+1))))) \\ G. C. Greubel, Oct 26 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Arctan(Sin(x)*Log(x+1)) )); [0, 0] cat [Factorial(n+1)*b[n]: n in [1..m-2]]; // G. C. Greubel, Oct 26 2018
CROSSREFS
Sequence in context: A107241 A012576 A012579 * A012286 A302610 A331558
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=a(1)=0 from Vaclav Kotesovec, Feb 05 2015
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)