OFFSET
1,1
COMMENTS
EXAMPLE
The terms together with their prime indices begin:
2: {1}
30: {1,2,3}
154: {1,4,5}
190: {1,3,8}
390: {1,2,3,6}
442: {1,6,7}
506: {1,5,9}
658: {1,4,15}
714: {1,2,4,7}
874: {1,8,9}
1110: {1,2,3,12}
MATHEMATICA
Select[Range[2, 1000], EvenQ[#]&&SquareFreeQ[#]&&Divisible[Times@@prix[#], Plus@@prix[#]]&]
CROSSREFS
Even squarefree case of A326149.
For nonprime instead of even we have A326158.
Squarefree case of A379319.
Even case of A379844.
A003963 multiplies together prime indices.
A005117 lists the squarefree numbers.
A056239 adds up prime indices.
Counting and ranking multisets by comparing sum and product:
KEYWORD
nonn,new
AUTHOR
Gus Wiseman, Jan 20 2025
STATUS
approved