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!)
A009675 Tan(sin(x)^2) = 2/2!*x^2 - 8/4!*x^4 + 272/6!*x^6 - 13568/8!*x^8 + ... 3
0, 2, -8, 272, -13568, 1048832, -128073728, 21002749952, -4567924441088, 1269483920556032, -437557299535413248, 183472013004069404672, -91918408815486181572608, 54224850406884797340188672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2 * A024264(n).
MAPLE
S:= series(tan(sin(x)^2), x, 101):
seq(coeff(S, x, j)*j!, j=0..100, 2); # Robert Israel, Apr 02 2017
MATHEMATICA
Tan[ Sin[ x ]^2 ] (* Even Part *)
CROSSREFS
Cf. A024264.
Sequence in context: A203317 A258161 A012296 * A012301 A296406 A215651
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 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 August 29 23:05 EDT 2024. Contains 375519 sequences. (Running on oeis4.)