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!)
A024342 Expansion of e.g.f. tanh(x)*tan(x), coefficients of powers x^(4*n+2). 3
2, 112, 92672, 365688832, 4411282030592, 127206964253949952, 7496936195881447718912, 809926025985929119868649472, 148071124873925782667263194693632, 43087047288444223765736160658186043392, 19011875896715283767147325248912471990730752 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 2 * A009837(n).
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Tanh[x]Tan[x], {x, 0, nn}], x] Range[0, nn-2]!, {3, -1, 4}]] (* Harvey P. Dale, May 02 2012 *)
PROG
(Magma)
m:=50; R<x>:=PowerSeriesRing(Rationals(), m);
b:= Coefficients(R!(Laplace( Tan(x)*Tanh(x) )));
[b[4*n-3]: n in [1..Floor((m-2)/4)]]; // G. C. Greubel, Jan 31 2022
(Sage) [factorial(4*n+2)*( tanh(x)*tan(x) ).series(x, 4*n+3).list()[4*n+2] for n in (0..20)] # G. C. Greubel, Jan 31 2022
CROSSREFS
Sequence in context: A341782 A024341 A012528 * A225333 A012525 A165975
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, May 02 2012
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 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)