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!)
A104778 Table of values with shape sequence A000041 related to involutions and multinomials. Also column sums of the Kostka matrices associated with the partitions (in Abramowitz & Stegun ordering). 6
1, 1, 1, 2, 1, 2, 4, 1, 2, 3, 5, 10, 1, 2, 3, 5, 7, 13, 26, 1, 2, 3, 4, 5, 8, 11, 14, 20, 38, 76, 1, 2, 3, 4, 5, 8, 10, 13, 14, 23, 32, 42, 60, 116, 232, 1, 2, 3, 4, 5, 5, 8, 11, 14, 17, 14, 24, 30, 40, 56, 43, 73, 103, 136, 196, 382, 764, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Row sums give A178718.
LINKS
EXAMPLE
The 47 multinomials (corresponding to A005651(4)=47) can be distributed as in the following triangular array:
1
9 1
4 6 1
9 2 3 1
1 3 2 3 1
divide each term by
1
3 1
2 3 1
3 2 3 1
1 3 2 3 1
yielding
1
3 1
2 2 1
3 1 1 1
1 1 1 1 1
with column sums 10 5 3 2 1.
Therefore the fourth row of the table is 1 2 3 5 10
The initial rows are:
1,
1,
1, 2,
1, 2, 4,
1, 2, 3, 5, 10,
1, 2, 3, 5, 7, 13, 26,
1, 2, 3, 4, 5, 8, 11, 14, 20, 38, 76,
1, 2, 3, 4, 5, 8, 10, 13, 14, 23, 32, 42, 60, 116, 232,
1, 2, 3, 4, 5, 5, 8, 11, 14, 17, 14, 24, 30, 40, 56, 43, 73, 103, 136, 196, 382, 764,
...
MATHEMATICA
(* for function 'kostka' see A178718 *)
aspartitions[n_] := Reverse /@ Sort[Sort /@ Partitions[n]];
asorder[n_] := rankpartition /@ Reverse /@ Sort[Sort /@ Partitions[n]];
Flatten[Table[Tr/@ Transpose[PadLeft[#, PartitionsP[k]] [[asorder[k]] ]&/@ kostka/@ aspartitions[k]], {k, 11}]]
CROSSREFS
A001475 and A000085 are subsequences.
Sequence in context: A132082 A129644 A081517 * A356184 A292477 A081532
KEYWORD
nonn,tabf
AUTHOR
Alford Arnold, Mar 24 2005
EXTENSIONS
Corrected and edited by Wouter Meeussen, Jan 15 2012
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 20 00:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)