The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A257468 Triangle read by rows in which the n-th row lists the multinomials A036038 for all partitions of 2n with only even parts in Abramowitz-Stegun ordering. 2
1, 1, 6, 1, 15, 90, 1, 28, 70, 420, 2520, 1, 45, 210, 1260, 3150, 18900, 113400, 1, 66, 495, 924, 2970, 13860, 34650, 83160, 207900, 1247400, 7484400, 1, 91, 1001, 3003, 6006, 45045, 84084, 210210, 270270, 1261260, 3153150, 7567560, 18918900, 113513400, 681080400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
The row length sequence is A000041(n).
The triangle representation of this sequence has the same structure as the triangles in A036036 and A115621.
These multinomials, called M_1 by Abramowitz-Stegun on p. 831, are given in A036038.
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
The first six rows of the irregular triangle. The columns headings indicate the number of parts in the underlying partitions. Brackets group the multinomials for all partitions of the same length m when there is more than one partition.
n\m 1 2 3 4 5
1: 1
2: 1 6
3: 1 15 90
4: 1 [28 70] 420 2520
5: 1 [45 210] [1260 3150] 18900 113400
...
n = 6: 1 [66 495 924] [2970 13860 34650] [83160 207900] 1247400 7484400
MATHEMATICA
(* row[] and triangle[] compute structured rows of the triangle *)
row[n_] := Map[Apply[Plus, #]!/Apply[Times, Map[Factorial, #]]&, GatherBy[2*IntegerPartitions[n], Length], {2}]
triangle[n_] := Map[row, Range[n]]
a[n_] := Flatten[triangle[n]]
a[7] (* data *)
CROSSREFS
Sequence in context: A136273 A125233 A139727 * A278867 A281288 A278863
KEYWORD
nonn,tabf
AUTHOR
Hartmut F. W. Hoft, Apr 25 2015
EXTENSIONS
Edited. - Wolfdieter Lang, May 09 2015
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 May 20 13:41 EDT 2024. Contains 372715 sequences. (Running on oeis4.)