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

A097322
(2n)! divided by denominator of Taylor expansion of exp(cos(x)-1).
1
1, 4, 1, 1, 4, 1, 1, 4, 1, 11, 4, 1, 1, 4, 11, 1, 4, 31, 1, 44, 29, 1, 4, 1, 11, 4, 29, 1, 4, 11, 1, 4, 31, 1, 1276, 1, 41, 4, 1, 11, 116, 1, 1, 292, 11, 1, 4, 31, 127571, 44, 1, 1, 4, 1, 319, 4, 41, 1, 4, 11, 1, 4, 899, 1, 44, 1, 1, 4, 29, 11, 4, 1, 1, 4, 583, 1, 4756, 361429
OFFSET
1,2
PROG
(PARI) a(n)=(2*n)!/denominator(polcoeff(Ser(exp(cos(x)-1)), 2*n))
CROSSREFS
Equals A010050(n) / A047690(n).
Cf. A005046.
Sequence in context: A069289 A341309 A346778 * A177023 A214333 A343408
KEYWORD
nonn,easy
AUTHOR
Ralf Stephan, Aug 08 2004
STATUS
approved