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!)
A296742 Expansion of e.g.f. arcsinh(x*sec(x)) (odd powers only). 3
1, 2, 4, -8, 2448, 130976, -2342848, -239130240, 99052990720, 8918588764672, -2795242017684480, -92786315822417920, 279479081010906828800, -57316070780459900928, -39411396653183724314673152, 5932051008707372732672475136, 10689040617354387626585873252352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arcsinh(x*sec(x)).
EXAMPLE
arcsinh(x*sec(x)) = x/1! + 2*x^3/3! + 4*x^5/5! - 8*x^7/7! + 2448*x^9/9! + ...
MATHEMATICA
nmax = 17; Table[(CoefficientList[Series[ArcSinh[x Sec[x]], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
PROG
(PARI) first(n) = x='x+O('x^(2*n)); vecextract(Vec(serlaplace(asinh(x/cos(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
CROSSREFS
Sequence in context: A135212 A012456 A071686 * A103097 A335750 A062286
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 19 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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)