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!)
A009429 E.g.f. log(1+x)/cos(x). 5
0, 1, -1, 5, -12, 69, -285, 2001, -12208, 104073, -854865, 8723549, -90552396, 1088372557, -13647385661, 190057979177, -2787246189120, 44285819490065, -742019231348865, 13267464006201781, -249642268776311020 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / cos(1). - Vaclav Kotesovec, Jan 23 2015
EXAMPLE
log(1+x)/cos(x) = 0 + x - 1/2*x^2 + 5/6*x^3 - 1/2*x^4 + 23/40*x^5 -+ ...
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Log[1+x]/Cos[x], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 26 2013 *)
CROSSREFS
Sequence in context: A219770 A246176 A009413 * A207821 A297644 A242043
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)