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!)
A279333 Denominators of coefficients in expansion of (sin(x))/(1 - x - x^2). 2
1, 1, 1, 6, 6, 40, 120, 5040, 1008, 362880, 362880, 13305600, 39916800, 6227020800, 6227020800, 1307674368000, 1307674368000, 39520825344000, 14227497123840, 121645100408832000, 121645100408832000, 51090942171709440000, 51090942171709440000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
(0/1) + (1/1)x + (1/1)x^2 + (11/6)x^3 + (17/6)x^4 ... ; 0/1, 1/1, 1/1, 11/6, ... = A279332/A279333.
MATHEMATICA
z = 30; t = CoefficientList[Series[Sin[x]/(1 - x - x^2), {x, 0, z}], x];
Numerator[t] (* A279332 *)
Denominator[t] (* A279333 *)
CROSSREFS
Cf. A279332.
Sequence in context: A196075 A156099 A278435 * A278734 A279535 A125510
KEYWORD
nonn,easy,frac
AUTHOR
Clark Kimberling, Dec 12 2016
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 June 26 12:21 EDT 2024. Contains 373718 sequences. (Running on oeis4.)