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.

Showing 1-1 of 1 results.

A151657 Number of permutations of 7 indistinguishable copies of 1..n with exactly 3 adjacent element pairs in decreasing order.

Original entry on oeis.org

0, 1225, 818300, 160310458, 22727054364, 2892619063243, 354402440786800, 42837393111682484, 5153280785356119360, 618914057659003904189, 74290570601695876667092, 8915697686087571194412590, 1069916360274028756641650036, 128391238501628502906890984271
Offset: 1

Views

Author

R. H. Hardin, May 29 2009

Keywords

Crossrefs

Programs

  • PARI
    a(n) = {120^n - (7*n + 1)*36^n + binomial(7*n+1, 2)*8^n - binomial(7*n+1, 3)} \\ Andrew Howroyd, May 07 2020

Formula

a(n) = 120^n - (7*n + 1)*36^n + binomial(7*n+1, 2)*8^n - binomial(7*n+1, 3). - Andrew Howroyd, May 07 2020

Extensions

Terms a(7) and beyond from Andrew Howroyd, May 07 2020
Showing 1-1 of 1 results.