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!)
A296728 Expansion of e.g.f. arcsin(x*cos(x)) (odd powers only). 4
1, -2, -16, 8, 12672, 571264, -44351360, -12355211520, -452681248768, 478190483394560, 132554796040912896, -18854516962334277632, -27186884683859043123200, -5502410397289951851773952, 6273206188133923322747420672, 5389680791235134726930445369344 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arcsin(x*cos(x)).
EXAMPLE
arcsin(x*cos(x)) = x/1! - 2*x^3/3! - 16*x^5/5! + 8*x^7/7! + 12672*x^9/9! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcSin[x Cos[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: A220314 A302206 A110008 * A110875 A263355 A066773
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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)