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!)
A009094 Expansion of e.g.f. cos(tanh(x)*tan(x)) (only powers that are multiples of 4). 1
1, -12, -4592, -6274752, 18138366208, 2332645761266688, 202540305420145266688, 24977439274944176331767808, 4480212151308993274762821173248, 1107507319145672023044777103840247808, 336310686770623540666061200154740824997888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nn=60}, Select[CoefficientList[Series[Cos[Tanh[x]Tan[x]], {x, 0, nn}], x]Range[0, nn]!, #!=0&]] (* Harvey P. Dale, Dec 28 2012 *)
PROG
(PARI) x='x+O('x^80); v=Vec(serlaplace(cos(tanh(x)*tan(x)))); vector(#v\4, n, v[4*n-3]) \\ G. C. Greubel, Jul 25 2018
CROSSREFS
Sequence in context: A287889 A288967 A361106 * A061701 A236067 A134821
KEYWORD
sign
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 March 29 09:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)