[go: up one dir, main page]

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!)
Revision History for A333144 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A333144 Irregular triangle where row n lists the product of the factorials of the exponentials of the partitions of n and the partitions are enumerated in canonical order.
(history; published version)
#5 by Peter Luschny at Fri Apr 10 14:39:55 EDT 2020
STATUS

proposed

approved

#4 by Peter Luschny at Fri Apr 10 11:14:11 EDT 2020
STATUS

editing

proposed

#3 by Peter Luschny at Fri Apr 10 10:20:34 EDT 2020
EXAMPLE

[0] [1] [1] [1] [2] [1, 2] [3] [1, 1, 6] [4] [1, 1, 2, 2, 24] [5] [1, 1, 1, 2, 2, 6, 120] [6] [1, 1, 1, 2, 2, 1, 6, 6, 4, 24, 720] [7] [1, 1, 1, 2, 1, 1, 6, 2, 2, 2, 24, 6, 12, 120, 5040]

[0] [1]

[1] [1]

[2] [1, 2]

[3] [1, 1, 6]

[4] [1, 1, 2, 2, 24]

[5] [1, 1, 1, 2, 2, 6, 120]

[6] [1, 1, 1, 2, 2, 1, 6, 6, 4, 24, 720]

[7] [1, 1, 1, 2, 1, 1, 6, 2, 2, 2, 24, 6, 12, 120, 5040]

Discussion
Fri Apr 10 10:22
Peter Luschny: These factors appear for example in the computation of the Kreweras numbers.
#2 by Peter Luschny at Fri Apr 10 10:19:28 EDT 2020
NAME

allocatedIrregular triangle where row n lists the product of the factorials of the exponentials of the partitions of n and the partitions are enumerated forin Petercanonical Luschnyorder.

DATA

1, 1, 1, 2, 1, 1, 6, 1, 1, 2, 2, 24, 1, 1, 1, 2, 2, 6, 120, 1, 1, 1, 2, 2, 1, 6, 6, 4, 24, 720, 1, 1, 1, 2, 1, 1, 6, 2, 2, 2, 24, 6, 12, 120, 5040, 1, 1, 1, 2, 1, 1, 6, 2, 1, 2, 2, 24, 2, 4, 2, 6, 120, 24, 12, 48, 720, 40320

OFFSET

0,4

COMMENTS

By 'canonical order' we understand the graded reverse lexicographic order (the default order of Mathematica and SageMath).

EXAMPLE

The irregular table starts:

[0] [1] [1] [1] [2] [1, 2] [3] [1, 1, 6] [4] [1, 1, 2, 2, 24] [5] [1, 1, 1, 2, 2, 6, 120] [6] [1, 1, 1, 2, 2, 1, 6, 6, 4, 24, 720] [7] [1, 1, 1, 2, 1, 1, 6, 2, 2, 2, 24, 6, 12, 120, 5040]

PROG

(SageMath)

def A333144row(n):

return [product(factorial(expo) for expo in partition.to_exp()) for partition in Partitions(n)]

for n in (0..9): print(A333144row(n))

CROSSREFS

Row sums are A161779.

Cf. A069123.

KEYWORD

allocated

nonn,tabf

AUTHOR

Peter Luschny, Apr 10 2020

STATUS

approved

editing

#1 by Peter Luschny at Mon Mar 09 06:21:24 EDT 2020
NAME

allocated for Peter Luschny

KEYWORD

allocated

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 August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)