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!)
A006656 Denominators of expansion of sinh x / sin x.
(Formerly M2294)
4
1, 3, 3, 21, 9, 11, 21, 9, 1, 133, 693, 69, 7, 189, 3, 7161, 231, 7, 399, 63, 77, 3311, 4347, 987, 49, 33, 33, 627, 57, 59, 7161, 2079, 11, 10787, 207, 2343, 1463, 4389, 231, 1659, 6237, 913, 9933, 693, 161, 7301833, 19184319, 4389, 11, 99, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also denominators of the expansion of tan(x)/tanh(x). - G. C. Greubel, Jan 31 2022
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
MATHEMATICA
With[{nn=100}, Denominator[Take[CoefficientList[Series[Sinh[x]/Sin[x], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]]] (* Harvey P. Dale, Jul 10 2013 *)
PROG
(Magma)
m:=120; R<x>:=PowerSeriesRing(Rationals(), m);
b:= Coefficients(R!(Laplace( Sinh(x)/Sin(x) )));
[Denominator( b[2*n-1] ): n in [1..Floor((m-2)/2)]]; // G. C. Greubel, Jan 31 2022
(Sage) [denominator( factorial(2*n)*( sinh(x)/sin(x) ).series(x, 2*n+3).list()[2*n] ) for n in (0..60)] # G. C. Greubel, Jan 31 2022
CROSSREFS
Sequence in context: A292953 A292221 A112534 * A367995 A205452 A159910
KEYWORD
nonn,easy,frac
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Jul 10 2013
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 16 18:12 EDT 2024. Contains 371750 sequences. (Running on oeis4.)