login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A347844
a(n) is the number of (strict) chains of subspaces with ends 0 and (F_7)^n.
1
1, 9, 571, 254451, 793949053, 17342194001493, 2651651342949844915, 2838097493373982791359403, 21263575996354049430406053548413, 1115175826296921591259255638404605916661, 409400558616252174531470888061523725583206190339
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{L partition of n} A347489(n, L) * A036038(len(L), sig(L)), where sig(L) is the partition composed by the part multiplicities of L.
EXAMPLE
a(3) = 571 = 1 * 1 + 57 * 2 + 456 * 1, counting:
the unrefined chain 0 < (F_7)^3;
57 chains 0 < V < (F_7)^3, with dim(V) = 1; another
57 chains 0 < V < (F_7)^3, with dim(V) = 2; and
456 chains 0 < V_1 < V_2 < (F_7)^3.
CROSSREFS
KEYWORD
nonn
AUTHOR
Álvar Ibeas, Sep 15 2021
STATUS
approved