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!)
A009077 Expansion of e.g.f. cos(tan(x)*log(1+x)). 1
1, 0, 0, 0, -12, 60, -570, 3780, -33600, 266112, -2452200, 21323280, -195333336, 1587135264, -9944442144, -30963922080, 3059476293120, -90038301262976, 2195425718875200, -50367095018001792, 1140534839454383488 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MATHEMATICA
With[{nmax = 30}, CoefficientList[Series[Cos[Tan[x]*Log[1 + x]], {x, 0, nmax}], x]*Range[0, nmax]!] (* G. C. Greubel, Jul 24 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(tan(x)*log(1+x)))) \\ G. C. Greubel, Jul 24 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Tan(x)*Log(1+x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 24 2018
CROSSREFS
Sequence in context: A233004 A012360 A012708 * A012702 A009163 A012706
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
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 August 13 14:39 EDT 2024. Contains 375142 sequences. (Running on oeis4.)