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

A268849
Number of sequences with 6 copies each of 1,2,...,n and longest increasing subsequence of length n.
3
1, 1, 923, 16928840, 2176464012941, 1162145520205261219, 1878320344216429026862153, 7465237877942551321425443305798, 63178476289432401423971737795658030945, 1025794060996626005769021866749636185341527229, 29539005031390270063835072245497576346701114916209911
OFFSET
0,3
LINKS
Vaclav Kotesovec and Alois P. Heinz, Table of n, a(n) for n = 0..97 (terms n=0..34 from Vaclav Kotesovec)
J. D. Horton and A. Kurn, Counting sequences with complete increasing subsequences, Congressus Numerantium, 33 (1981), 75-80. MR 681905
FORMULA
a(n) ~ 2^(3*n + 1/2) * 3^(5*n + 1/2) * n^(5*n) / (5^n * exp(5*(n+1))). - Vaclav Kotesovec, Feb 21 2016
MATHEMATICA
Table[Sum[Sum[Sum[Sum[Sum[k!/(i1!*i2!*i3!*i4!*i5!*(k - i1 - i2 - i3 - i4 - i5)!)*(6*k)!/(i1 + 2*i2 + 3*i3 + 4*i4 + 5*i5 + 6*(k - i1 - i2 - i3 - i4 - i5))!*(-1)^(i1 + 2*i2 + 3*i3 + 4*i4 + 5*i5 + 6*(k - i1 - i2 - i3 - i4 - i5) - k)/(120^ i1*24^i2*6^i3*2^i4), {i5, 0, k - i1 - i2 - i3 - i4}], {i4, 0, k - i1 - i2 - i3}], {i3, 0, k - i1 - i2}], {i2, 0, k - i1}], {i1, 0, k}], {k, 0, 10}] (* Vaclav Kotesovec, Mar 02 2016, after Horton and Kurn *)
CROSSREFS
Row n=6 of A047909.
Sequence in context: A232732 A228673 A365469 * A177810 A119396 A121943
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 14 2016
STATUS
approved