The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A009754 Expansion of e.g.f. tan(x)/cos(log(1+x)). 1
0, 1, 0, 5, -12, 116, -720, 7048, -67648, 789124, -9839520, 137625652, -2079277200, 34199202272, -604204537664, 11450703405872, -231315430836480, 4966162863717008, -112867805704455936, 2707812372195278800, -68377223974957136320, 1812971997782789669056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ n! * (-1)^(n+1) * tan(1-exp(-Pi/2)) / ((exp(Pi/2)-1) * (1-exp(-Pi/2))^n). - Vaclav Kotesovec, Jan 24 2015
MATHEMATICA
CoefficientList[Series[Sec[Log[1 + x]]*Tan[x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(tan(x)/cos(log(1+x))))) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Sequence in context: A009731 A009427 A267271 * A096314 A332466 A323565
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 June 5 12:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)