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!)
A009021 Expansion of e.g.f. cos(log(1+tan(x))). 1
1, 0, -1, 3, -18, 100, -726, 5698, -52028, 522720, -5849876, 71473468, -951628488, 13674233040, -211091632376, 3478906531688, -60920066577648, 1127785660994560, -21969631512312976, 448167387287730608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=25}, CoefficientList[Series[Cos[Log[1+Tan[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Oct 26 2011 *)
PROG
(Maxima)
a(n):=if n=0 them 1 else sum(sum((stirling1(n-2*i, 2*m)*sum(binomial(j-1, n-2*i-1)*j!*2^(n-j)*(-1)^(n-i+j+m)*stirling2(n, j), j, n-2*i, n))/(n-2*i)!, i, 0, n/2-m), m, 0, n/2); /* Vladimir Kruchinin, Jun 20 2011 */
(PARI) x='x+O('x^30); Vec(serlaplace(cos(log(1+tan(x))))) \\ G. C. Greubel, Jul 22 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(Log(1+Tan(x))))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 22 2018
CROSSREFS
Sequence in context: A180036 A038158 A327828 * A303519 A124408 A136779
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 April 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)