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

A009757
Expansion of e.g.f. tan(x)/cos(tan(x)), odd powers only.
1
1, 5, 101, 4297, 311017, 34201485, 5316286925, 1110355789329, 300067100236625, 101902284312853013, 42484968788050104757, 21335944225303831614809, 12704193401200858575308601, 8850034105543023432746843549, 7130974518135579153768747620893
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Tan[x]/Cos[Tan[x]], {x, 0, nmax}], x]*Range[0, nmax - 1]!][[2 ;; ;; 2]] (* G. C. Greubel, Feb 12 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)/cos(tan(x)))); vector((#v-1)\2 , n, v[2*n-1]) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Sequence in context: A266452 A354332 A074790 * A119556 A009765 A113073
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
STATUS
approved