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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009764 Expansion of tan(x)^2. 3
0, 2, 16, 272, 7936, 353792, 22368256, 1903757312, 209865342976, 29088885112832, 4951498053124096, 1015423886506852352, 246921480190207983616, 70251601603943959887872, 23119184187809597841473536, 8713962757125169296170811392, 3729407703720529571097509625856 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

(tan(z))^2 = z^2/(1-z^2)*( 1 +2*z^2/( (z^2-1)*(G(0)-2*z^2)), G(k) = (k+2)*(2*k+3)-2*z^2+2*z^2*(k+2)*(2*k+3)/G(k+1); (continued fraction). - Sergei N. Gladkovskii, Dec 15 2011

(tan(z))^2 = z^2/(G(0)+z^2), G(k) = (k+1)*(2*k+1)-2*z^2+2*z^2*(k+1)*(2*k+1)/G(k+1); (continued fraction). - Sergei N. Gladkovskii, Dec 15 2011

EXAMPLE

(tan x)^2 = x^2 + 2/3*x^4 + 17/45*x^6 + 62/315*x^8 + ...

MATHEMATICA

With[{nn=30}, Take[CoefficientList[Series[Tan[x]^2, {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* From Harvey P. Dale, Oct 04 2011 *)

CROSSREFS

Essentially same as A000182.

Cf. A024283, A000182.

Sequence in context: A050974 A012188 A000182 * A189257 A102599 A123744

Adjacent sequences:  A009761 A009762 A009763 * A009765 A009766 A009767

KEYWORD

nonn,easy

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended and signs tested Mar 15 1997 by Olivier Gerard.

More terms from Harvey P. Dale, Oct 04 2011

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 15 23:53 EST 2012. Contains 205860 sequences.