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!)
A324939 Triangle T(n,k) read by rows in which n-th row lists in increasing order all compositions [c_1, c_2, ..., c_q] of n encoded as Product_{i=1..q} prime(i)^(c_i); n>=0, 1<=k<=A011782(n). 6
1, 2, 4, 6, 8, 12, 18, 30, 16, 24, 36, 54, 60, 90, 150, 210, 32, 48, 72, 108, 120, 162, 180, 270, 300, 420, 450, 630, 750, 1050, 1470, 2310, 64, 96, 144, 216, 240, 324, 360, 486, 540, 600, 810, 840, 900, 1260, 1350, 1500, 1890, 2100, 2250, 2940, 3150, 3750, 4410, 4620, 5250, 6930, 7350, 10290, 11550, 16170, 25410, 30030 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All terms sorted give A055932.
All terms first sorted by number of factors give A057335.
LINKS
EXAMPLE
Triangle T(n,k) begins:
1;
2;
4, 6;
8, 12, 18, 30;
16, 24, 36, 54, 60, 90, 150, 210;
32, 48, 72, 108, 120, 162, 180, 270, 300, 420, 450, 630, 750, 1050, 1470, 2310;
...
MAPLE
b:= n-> `if`(n=0, [[]], [seq(map(x-> [j, x[]], b(n-j))[], j=1..n)]):
T:= n-> sort(map(x-> mul(ithprime(i)^x[i], i=1..nops(x)), b(n)))[]:
seq(T(n), n=0..7);
CROSSREFS
Column k=1 gives A000079.
Last elements of rows give A002110.
Row sums give A325054.
Row lengths give A011782.
Sequence in context: A240211 A050597 A288603 * A057335 A126907 A292994
KEYWORD
nonn,tabf
AUTHOR
Alois P. Heinz, Sep 04 2019
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 June 7 08:03 EDT 2024. Contains 373153 sequences. (Running on oeis4.)