login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A012474 Expansion of arcsin(cos(x)*sin(x)) = x - 3/3!*x^3 - 15/5!*x^5 + 357/7!*x^7 + 22305/9!*x^9... 0
1, -3, -15, 357, 22305, -582483, -217683375, -2001865323, 7258418490945, 826442897487837, -580853295560646735, -204631967729205027003, 85920364932388858911585, 79053144190920049745846157 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

E.g.f.: arcsin(cos(x)*sin(x)) = sum a(n)x^(2n+1)/(2n+1)!.

PROG

(PARI) a(n)=local(sx); if(n<0, 0, sx=sin(x+O(x^(2*n+2))); (2*n+1)!*polcoeff(subst(serreverse(sx), x, subst(sx, x, x*2)/2), 2*n+1))

CROSSREFS

Sequence in context: A156769 A029758 A103031 * A193119 A122579 A138303

Adjacent sequences:  A012471 A012472 A012473 * A012475 A012476 A012477

KEYWORD

sign

AUTHOR

Patrick Demichel (dml(AT)hpfrcu03.france.hp.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 15:24 EST 2012. Contains 205626 sequences.