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!)
A024264 Expansion of tan(sin(x)^2)/2. 3
0, 1, -4, 136, -6784, 524416, -64036864, 10501374976, -2283962220544, 634741960278016, -218778649767706624, 91736006502034702336, -45959204407743090786304, 27112425203442398670094336, -18603328214677391682184413184, 14689562944237012958430694998016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] tan(sin(x)^2)/2.
a(n) ~ (2*n)! * (-1)^(n+1) / (sqrt(Pi*(2+Pi)) * (log(sqrt(Pi/2) + sqrt(1 + Pi/2)))^(2*n+1)). - Vaclav Kotesovec, Feb 04 2015
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Sin[x]^2]/2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jan 30 2013 *)
CROSSREFS
Cf. A009675.
Sequence in context: A012160 A012197 A202299 * A012052 A054052 A012070
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs Mar 1997
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 March 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)