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.

A247598 Number of nonisomorphic binary n X n matrices with five 1's per column under row and column permutations.

Original entry on oeis.org

1, 11, 471, 122038, 85820809, 96018336018, 146662126879117, 291352421255114277, 734102568216405642199, 2304488853198195872625924, 8882860158091727486388086786, 41519759838668575020971562079517, 232748666229847254694256869145439898, 1549417862125158239133077344950011140191
Offset: 5

Views

Author

Marko Riedel, Sep 21 2014

Keywords

Crossrefs

Column k=5 of A304942.

Programs

  • Maple
    seq(matrix_marks(n,5), n=3..15); # Using the uploaded program to A247417
  • PARI
    \\ See A304942 for Blocks
    a(n) = Blocks(n, n, 5); \\ Andrew Howroyd, May 24 2018

Extensions

Terms a(16) and beyond from Andrew Howroyd, May 24 2018