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

A330518
Expansion of e.g.f. Product_{k>=1} (sec(x^k) + tan(x^k)).
0
1, 1, 3, 14, 77, 536, 4471, 41474, 437737, 5206120, 67098091, 944705662, 14495605277, 237203399044, 4162492013135, 78089687760842, 1545654292223825, 32385137447167280, 716473190874986323, 16611710217097325366, 404119023609893926405
OFFSET
0,3
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(Sec[x^k] + Tan[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 2019
STATUS
approved