cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A225688 E.g.f.: sec(x)^3+(sec(x)^2*tan(x)).

Original entry on oeis.org

1, 1, 3, 8, 33, 136, 723, 3968, 25953, 176896, 1376643, 11184128, 101031873, 951878656, 9795436563, 104932671488, 1212135593793, 14544442556416, 186388033956483, 2475749026562048, 34859622790687713, 507711943253426176, 7791941518975112403, 123460740095103991808
Offset: 0

Views

Author

N. J. A. Sloane, May 26 2013

Keywords

Comments

Number of up-down min-max permutations of n elements.

Crossrefs

Programs

  • Mathematica
    Table[n!*SeriesCoefficient[(1+Sin[x])/Cos[x]^3,{x,0,n}] ,{n,0,20}] (* Vaclav Kotesovec, May 26 2013 *)

Formula

The e.g.f. can also be written as (1+sin(x))/cos(x)^3.
a(n)+A225689(n) = A000111(n+2). - corrected by Vaclav Kotesovec, May 26 2013
a(n) ~ n! * n^2*(2/Pi)^(n+3). - Vaclav Kotesovec, May 26 2013