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!)
A321649 Irregular triangle whose n-th row is the conjugate of the integer partition with Heinz number n. 16
1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 2, 2, 2, 2, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
The Heinz number of an integer partition (y_1, ..., y_k) is prime(y_1) * ... * prime(y_k).
LINKS
FORMULA
a(n,i) = A296150(A122111(n),i).
EXAMPLE
Triangle begins:
1
1 1
2
1 1 1
2 1
1 1 1 1
3
2 2
2 1 1
1 1 1 1 1
3 1
1 1 1 1 1 1
2 1 1 1
2 2 1
4
1 1 1 1 1 1 1
3 2
1 1 1 1 1 1 1 1
3 1 1
2 2 1 1
2 1 1 1 1
1 1 1 1 1 1 1 1 1
The sequence of dual partitions begins: (), (1), (11), (2), (111), (21), (1111), (3), (22), (211), (11111), (31), (111111), (2111), (221), (4), (1111111), (32), (11111111), (311), (2211), (21111), (111111111), (41), (222), (211111), (33), (3111), (1111111111), (321).
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
conj[y_]:=If[Length[y]==0, y, Table[Length[Select[y, #>=k&]], {k, 1, Max[y]}]];
Table[conj[primeMS[n]], {n, 30}]
CROSSREFS
Sequence in context: A216784 A256067 A256554 * A003650 A059233 A357327
KEYWORD
nonn,tabf
AUTHOR
Gus Wiseman, Nov 15 2018
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:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)