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!)
A296741 Expansion of e.g.f. arcsin(x*sec(x)) (odd powers only). 3
1, 4, 64, 2752, 237312, 34390016, 7512117248, 2302977392640, 942529341030400, 496287845973753856, 326775812392982937600, 263039306566659448242176, 254121613033387345942937600, 290175686081926976733941071872, 386599796043915196967089006968832 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arcsin(x*sec(x)).
EXAMPLE
arcsin(x*sec(x)) = x/1! + 4*x^3/3! + 64*x^5/5! + 2752*x^7/7! + 237312*x^9/9! + ...
MATHEMATICA
nmax = 15; Table[(CoefficientList[Series[ArcSin[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(asin(x/cos(x)))), (4^n - 1)/3) \\ Iain Fox, Dec 19 2017
CROSSREFS
Sequence in context: A261042 A002454 A013043 * A167406 A156631 A088065
KEYWORD
nonn
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 August 20 20:44 EDT 2024. Contains 375339 sequences. (Running on oeis4.)