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”).

A275577
Sums of lengths of longest (not necessarily strictly) increasing subsequences of all n^n length-n lists of integers from {1,2,...,n}.
1
1, 7, 63, 716, 10050, 167707, 3246985, 71601112, 1772086842, 48644809445, 1466863148619, 48202848917302, 1714563272612502
OFFSET
1,2
EXAMPLE
For n = 2 there are 4 such sequences: (1,1), (1,2), (2,1), and (2,2).
The corresponding lengths of longest (not necessarily strictly) increasing subsequences of these is 2, 2, 1, 2, so a(2) =7.
CROSSREFS
Cf. A003316, which computes the same thing for permutations.
Cf. A275576, which computes the same thing for strictly increasing subsequences.
Sequence in context: A051579 A185106 A375175 * A049464 A229078 A346683
KEYWORD
nonn,more
AUTHOR
Jeffrey Shallit, Aug 02 2016
EXTENSIONS
a(8)-a(13) from Alois P. Heinz, Nov 02 2018
STATUS
approved