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.

A334775 Number of permutations of 2 indistinguishable copies of 1..n with exactly n local maxima.

Original entry on oeis.org

1, 3, 24, 339, 7392, 230217, 9689934, 529634931, 36463272996, 3086776079745, 315108659732034, 38170141911313467, 5412679282489599840, 888197438344278978537, 166988574370806672234630, 35659091146526471860555587, 8583030980293328579564829948, 2312892203852608268226402385617
Offset: 1

Views

Author

Andrew Howroyd, May 11 2020

Keywords

Crossrefs

Main diagonal of A334774.

Programs

  • PARI
    \\ PeaksBySig defined in A334774.
    a(n)={ PeaksBySig(vector(n,i,2), [n-1])[1] }