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!)
A012914 tan(arcsin(x)+sin(x))=2*x+16/3!*x^3+522/5!*x^5+36720/7!*x^7... 1
2, 16, 522, 36720, 4461330, 830213360, 219316022746, 78023205911120, 35958898030220578, 20839302944521398608, 14832042611278187449258, 12718289601867562421920688, 12931877167403668813222980658 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) ~ 2 * (2*n+1)! / ((1/sqrt(1-r^2) + cos(r)) * r^(2*n+2)), where r = 0.76816915673679597746208623955865641813208731218273718569... is the root of the equation arcsin(r)+sin(r) = Pi/2. - Vaclav Kotesovec, Feb 07 2015
MATHEMATICA
nn=30; Take[CoefficientList[Series[Tan[ArcSin[x]+Sin[x]], {x, 0, nn}], x], {2, -1, 2}]Range[1, nn, 2]! (* Harvey P. Dale, Sep 27 2011 *)
CROSSREFS
Sequence in context: A136632 A168405 A012919 * A168404 A013087 A121271
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)