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!)
A009103 Expansion of e.g.f. cos(x)/cos(log(1+x)). 1
1, 0, 0, -3, 11, -70, 534, -4725, 47753, -542988, 6859084, -95298995, 1444301715, -23711336922, 419190167434, -7939747234965, 160403009819921, -3442962495033400, 78246246638467512, -1877007578925506787 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! * cos(1-exp(-Pi/2)) / ((exp(Pi/2)-1) * (exp(-Pi/2)-1)^n). - Vaclav Kotesovec, Jan 22 2015
MATHEMATICA
CoefficientList[Series[Cos[x]*Sec[Log[1 + x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 22 2015 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(cos(x)/cos(log(1+x)))) \\ G. C. Greubel, Jul 26 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(Cos(x)/Cos(Log(1+x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 26 2018
CROSSREFS
Sequence in context: A018193 A121945 A009025 * A018192 A056665 A345030
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)