login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A279311
Denominators of coefficients in expansion of (cos x)/(1 - x - x^2).
2
1, 1, 2, 2, 24, 24, 720, 720, 4480, 40320, 3628800, 3628800, 479001600, 95800320, 2641766400, 87178291200, 1902071808000, 20922789888000, 6402373705728000, 6402373705728000, 810967336058880000, 143111882833920000, 66117689869271040000, 13223537973854208000
OFFSET
0,3
LINKS
EXAMPLE
(1/1) + (1/1)x + (3/2)x^2 + (5/2)x^3 + ... ; 1/1, 1/1, 3/2, 5/2, ... = A279310/A279311.
MATHEMATICA
z = 30; t = CoefficientList[Series[Cos[x]/(1 - x - x^2), {x, 0, z}], x];
Numerator[t] (* A279310 *)
Denominator[t] (* A279311 *)
CROSSREFS
Cf. A279310.
Sequence in context: A120065 A250033 A224479 * A248812 A226243 A226979
KEYWORD
nonn,easy,frac
AUTHOR
Clark Kimberling, Dec 11 2016
STATUS
approved