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.

A348116 a(n) is the number of (strict) chains of subspaces with ends 0 and (F_2)^n, counted up to coordinate permutation.

Original entry on oeis.org

1, 3, 13, 82, 747, 10248, 217703, 7530572, 447825441
Offset: 1

Views

Author

Álvar Ibeas, Oct 01 2021

Keywords

Crossrefs

Formula

a(n) = Sum_{L partition of n} A348113(n, L) * A036038(len(L), sig(L)), where sig(L) is the partition composed by the part multiplicities of L.