A309845 Expansion of e.g.f.: sec(x) + 2*tan(x).
1, 2, 1, 4, 5, 32, 61, 544, 1385, 15872, 50521, 707584, 2702765, 44736512, 199360981, 3807514624, 19391512145, 419730685952, 2404879675441, 58177770225664, 370371188237525, 9902996106248192, 69348874393137901, 2030847773013704704, 15514534163557086905, 493842960380415967232
Offset: 0
Links
- F. Heneghan and T. K. Petersen, Power series for up-down min-max permutations, 2013.
- Masato Kobayashi, A new refinement of Euler numbers on counting alternating permutations, arXiv:1908.00701 [math.CO], 2019.
Programs
-
Mathematica
CoefficientList[Series[Sec[x]+2Tan[x],{x,0,25}],x]*Table[n!,{n,0,25}]
-
PARI
my(x='x+O('x^30)); Vec(serlaplace(1/cos(x)+2*tan(x))) \\ Michel Marcus, Aug 20 2019