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!)
A009756 Expansion of e.g.f. tan(x)/cos(sinh(x)), odd powers only. 1

%I #17 Feb 13 2018 02:53:46

%S 1,5,81,2477,124513,9330485,977555697,136714167389,24639427576513,

%T 5566295195214053,1541371979776273041,513628137925507217549,

%U 202807061788804647209761,93651309146079155756811029,50008862201366935181522322225,30579839563414166184921341412413

%N Expansion of e.g.f. tan(x)/cos(sinh(x)), odd powers only.

%H G. C. Greubel, <a href="/A009756/b009756.txt">Table of n, a(n) for n = 1..232</a>

%F a(n) ~ (2*n-1)! * 4 * tan(arcsinh(Pi/2)) / (sqrt(4+Pi^2) * arcsinh(Pi/2)^(2*n)). - _Vaclav Kotesovec_, Jan 24 2015

%t nn = 20; Table[(CoefficientList[Series[Sec[Sinh[x]]*Tan[x], {x, 0, 2*nn+1}], x] * Range[0, 2*nn+1]!)[[n]], {n, 2, 2*nn, 2}] (* _Vaclav Kotesovec_, Jan 24 2015 *)

%o (PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)/cos(sinh(x)))); vector((#v-1)\2 ,n,v[2*n-1]) \\ _G. C. Greubel_, Feb 12 2018

%K nonn

%O 1,2

%A _R. H. Hardin_

%E Extended and signs tested by _Olivier GĂ©rard_, Mar 15 1997

%E Changed offset to 1 by _Vaclav Kotesovec_, Jan 24 2015

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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)