The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A279332 Numerators of coefficients in expansion of (sin(x))/(1 - x - x^2). 2
0, 1, 1, 11, 17, 187, 901, 61403, 19849, 11566657, 18712297, 1110228313, 5389037609, 1360276717489, 2200966584493, 747861093416219, 1210064076159749, 59172849569407033, 34467722993604601, 476833062569954186123, 771532094165273524673, 524313365828795638534321 (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. A279333.
Sequence in context: A056577 A166655 A262552 * A286959 A146446 A228055
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)