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”).

A279256
Numerators of coefficients in expansion of (e^x)/(1 + cos(sqrt(x))).
1
1, 5, 19, 977, 4469, 214171, 457321, 925684673, 4949391841, 493402195453, 14167601252171, 57190922263627, 69165140252515309, 11615975003110672871, 547719474074019696919, 54367007962729782596209, 6786547315820425430115737, 1769764154745747063102330217
OFFSET
0,2
LINKS
EXAMPLE
(1/2) + (5/8)x + (19/48)x^2 + (977/5760)x^3 + ... ; 1/2, 5/8, 19/48, 977/5760, ... = A279256/A279239.
MATHEMATICA
z = 26; t = CoefficientList[Series[E^x/(1 + Cos[Sqrt[x]]), {x, 0, z}], x];
Numerator[t] (* A279256 *)
Denominator[t] (* A279239 *)
CROSSREFS
Cf. A279239.
Sequence in context: A095218 A119964 A270477 * A174490 A280034 A270486
KEYWORD
nonn,easy,frac
AUTHOR
Clark Kimberling, Dec 11 2016
STATUS
approved