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

A367519
Denominators of even-numbered Maclaurin coefficients of sqrt(tan(x)/x).
2
1, 6, 360, 3024, 1814400, 887040, 72648576000, 784604620800, 13857951744000, 196503623737344000, 8430005458332057600000, 1249560422395084800000, 747275354440475148288000000, 25197383852207757066240000, 2105181427080881417748480000000, 154617478967448121358942208000000
OFFSET
0,2
COMMENTS
Denominators of Maclaurin coefficients of sqrt(tan(sqrt(x))/x^(1/4).
LINKS
FORMULA
sqrt(tan(x)/x) = Sum_{k=0..oo} A367518(k)/a(k) * x^(2*k).
EXAMPLE
sqrt(tan(x)/x) = 1 + (1/6) * x^2 + (19/360) * x^4 + (55/3024) * x^6 + ...
MAPLE
S:= series(sqrt(tan(x)/x), x, 41):
seq(denom(coeff(S, x, i)), i=0..40, 2);
CROSSREFS
Sequence in context: A197611 A233463 A290782 * A002684 A036281 A202367
KEYWORD
nonn,frac
AUTHOR
Robert Israel, Nov 21 2023
STATUS
approved