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!)
A009007 Expansion of 1/cos(log(1+x)). 3
1, 0, 1, -3, 16, -100, 760, -6720, 67940, -772560, 9760100, -135617900, 2055532400, -33748556400, 596675513200, -11302050942000, 228340292986000, -4901379615184000, 111394219174810000, -2672242230261006000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! / ((exp(Pi/2)-1) * (exp(-Pi/2)-1)^n). - Vaclav Kotesovec, Jan 22 2015
MAPLE
seq(coeff(series(factorial(n)*(1/cos(log(1+x))), x, n+1), x, n), n=0..20); # Muniru A Asiru, Jul 21 2018
MATHEMATICA
With[{nn = 50}, CoefficientList[Series[1/Cos[Log[1 + x]], {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Apr 11 2014 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(1/cos(log(1+x)))) \\ G. C. Greubel, Jul 21 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1/Cos(Log(1+x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Jul 21 2018
CROSSREFS
Sequence in context: A137572 A369620 A009151 * A000949 A091637 A278429
KEYWORD
sign
AUTHOR
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)