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.

A064316 Total length of shortest ascending runs of permutations of length n.

Original entry on oeis.org

1, 3, 8, 32, 142, 852, 5701, 44607, 394551, 3888380, 42208564, 501770569, 6470479293, 89975104185, 1342248988188, 21379528462151, 362090852585327, 6497538182823358, 123138900272956033, 2457584428800060462, 51519275083628478495, 1131790003448653575468
Offset: 1

Views

Author

David W. Wilson, Sep 07 2001

Keywords

Formula

a(n) = Sum_{k=1..n} k * A064315(n,k).
a(n) ~ n!. - Vaclav Kotesovec, Sep 06 2014