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.

A375303 a(n) is the rank of row n of A130517 in a lexicographic permutation of [1, ..., n].

Original entry on oeis.org

0, 1, 4, 20, 108, 678, 4848, 39264, 355920, 3575640, 39454560, 474501600, 6178566240, 86606881200, 1300352981760, 20821540239360, 354184575816960, 6378546460970880, 121243261343500800, 2425719783585369600, 50955334461183398400, 1121303792572973856000, 25795667534014525593600
Offset: 1

Views

Author

Hugo Pfoertner, Aug 26 2024

Keywords

Crossrefs

Programs

  • PARI
    \\ uses functions a130517_row from A130517 and rank from A375302.
    a(n) = rank(a130517_row(n))