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!)
A007451 Denominators of expansion of exp x / sin x. 3
1, 3, 3, 90, 18, 945, 1890, 12600, 22680, 53460, 1247400, 10216206000, 157172400, 1021620600, 6129723600, 534386160000, 81729648000, 2494674910728000, 127932046704000, 2744142401800800000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
c:= proc(m) option remember;
1/(m+1)! - add((-1)^i/(2*i+1)!*c(m-2*i), i=1..floor((m+1)/2))
end proc;
c(-1):= 1;
A007451:= denom @ c; # Robert Israel, Apr 13 2014
MATHEMATICA
Denominator[CoefficientList[Series[Exp[x]/Sin[x], {x, 0, 20}], x]]//Quiet (* Harvey P. Dale, Mar 16 2018 *)
CROSSREFS
Cf. A007418.
Sequence in context: A260076 A024189 A217542 * A087542 A016456 A010266
KEYWORD
nonn,frac
AUTHOR
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 September 17 05:28 EDT 2024. Contains 375985 sequences. (Running on oeis4.)