|
|
A151642
|
|
Number of permutations of 4 indistinguishable copies of 1..n with exactly 4 adjacent element pairs in decreasing order.
|
|
2
|
|
|
0, 1, 13840, 4961755, 733059110, 75073622025, 6438673851876, 503519287150295, 37463016470769170, 2712124797724710645, 193396524783642727120, 13675857973300537321251, 962624331855762939745950, 67586399804656292725004385, 4738724382451462432861849980
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,3
|
|
LINKS
|
Andrew Howroyd, Table of n, a(n) for n = 1..200
|
|
FORMULA
|
a(n) = 70^n - (4*n + 1)*35^n + binomial(4*n+1, 2)*15^n - binomial(4*n+1, 3)*5^n + binomial(4*n+1, 4). - Andrew Howroyd, May 07 2020
|
|
PROG
|
(PARI) a(n) = {70^n - (4*n + 1)*35^n + binomial(4*n+1, 2)*15^n - binomial(4*n+1, 3)*5^n + binomial(4*n+1, 4)} \\ Andrew Howroyd, May 07 2020
|
|
CROSSREFS
|
Column k=4 of A236463.
Sequence in context: A013912 A179582 A325886 * A235004 A263976 A189989
Adjacent sequences: A151639 A151640 A151641 * A151643 A151644 A151645
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
R. H. Hardin, May 29 2009
|
|
EXTENSIONS
|
Terms a(8) and beyond from Andrew Howroyd, May 07 2020
|
|
STATUS
|
approved
|
|
|
|