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!)
A321650 Irregular triangle whose n-th row is the reversed conjugate of the integer partition with Heinz number n. 14
1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 3, 2, 2, 1, 1, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 2, 4, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 2, 2, 2, 1, 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) = A112798(A122111(n),i).
EXAMPLE
Triangle begins:
1
1 1
2
1 1 1
1 2
1 1 1 1
3
2 2
1 1 2
1 1 1 1 1
1 3
1 1 1 1 1 1
1 1 1 2
1 2 2
4
1 1 1 1 1 1 1
2 3
1 1 1 1 1 1 1 1
1 1 3
1 1 2 2
1 1 1 1 2
1 1 1 1 1 1 1 1 1
The sequence of reversed dual partitions begins: (), (1), (11), (2), (111), (12), (1111), (3), (22), (112), (11111), (13), (111111), (1112), (122), (4), (1111111), (23), (11111111), (113), (1122), (11112), (111111111), (14), (222), (111112), (33), (1113), (1111111111), (123).
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[Sort[conj[primeMS[n]]], {n, 50}]
CROSSREFS
Sequence in context: A247090 A030346 A030336 * A205007 A078470 A230799
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 May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)