login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138782 a(n) = n*(3*n-1)*n!/2. 2
1, 10, 72, 528, 4200, 36720, 352800, 3709440, 42456960, 526176000, 7025356800, 100590336000, 1538074137600, 25020169574400, 431532541440000, 7866968997888000, 151167156940800000, 3053932257632256000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n)=Sum[f(L)^2 Sum h(v)^2], where L is a partition of n, f(L) is the number of standard Young tableaux of shape L, v is a box in L (i.e. in the Ferrers diagram of L), h(v) is the hook length of v, the inner summation is over all boxes v in L and the outer summation is over all partitions of n. Example:
a(3)=72 because for the partitions L=(3), (2,1), (1,1,1) of n=3 the values of f(L) are 1, 2, 1, respectively, the hook length multi-sets are {3,2,1}, {3,1,1},{3,2,1}, respectively, Sum h(v)^2 = 14, 11, 14, respectively and now a(n)=1^2*14+2^2*11+1^2*14=72.
Number of marked permutations of [n], i.e. permutations of [n] where the entry j (1<=j<=n) can be marked by any integer k satisfying 1<=k<=n+j-1. Example: a(2)=10 because we have (the mark k is placed between parentheses following the marked entry j): 1(1)2, 1(2)2, 21(1),21(2),12(1),12(2),12(3),2(1)1,2(2)1,2(3)1.
LINKS
FORMULA
a(n)=Sum((n+j-1)n!, j=1..n).
E.g.f.: x*(1 + 2*x)/(1 - x)^3. - Ilya Gutkovskiy, May 12 2017
MAPLE
seq((1/2)*n*(3*n-1)*factorial(n), n=1..18);
MATHEMATICA
Table[n(3n-1) n!/2, {n, 20}] (* Harvey P. Dale, Jun 06 2022 *)
CROSSREFS
Sequence in context: A221552 A037712 A037614 * A155606 A181671 A058111
KEYWORD
nonn
AUTHOR
Emeric Deutsch, May 15 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)