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!)
A297215 Expansion of e.g.f. exp(cos(tan(x))-1) (even powers only). 2
1, -1, -4, -7, 1003, 64836, 3350349, 104475395, -12291888052, -4268687337603, -877769324284177, -139938933307889412, -9581950082738688167, 6333750977985105075527, 4837035706491587870342140, 2439859866050865745230242689, 1033093869484852949078289394195 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] exp(cos(tan(x))-1).
EXAMPLE
exp(cos(tan(x))-1) = 1 - x^2/2! - 4*x^4/4! - 7*x^6/6! + 1003*x^8/8! + 64836*x^10/10! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[Exp[Cos[Tan[x]] - 1], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A236288 A348131 A073164 * A134900 A028583 A305744
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 27 2017
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 August 10 05:19 EDT 2024. Contains 375044 sequences. (Running on oeis4.)