Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A325800 Numbers whose sum of prime indices is equal to the number of distinct subset-sums of their prime indices. 3
3, 10, 28, 66, 88, 156, 208, 306, 340, 408, 544, 570, 684, 760, 912, 966, 1216, 1242, 1288, 1380, 1656, 1840, 2208, 2436, 2610, 2900, 2944, 3132, 3248, 3480, 3906, 4092, 4176, 4340, 4640, 4650, 5022, 5208, 5456, 5568, 5580, 6200, 6696, 6944, 7326, 7424, 7440 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differs from A325793 in lacking 70.
A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798, with sum A056239(n). A subset-sum of an integer partition is any sum of a submultiset of it.
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k), so these are Heinz numbers of integer partitions whose sum is equal to their number of distinct subset-sums. The enumeration of these partitions by sum is given by A126796 interlaced with zeros.
LINKS
FORMULA
A056239(a(n)) = A299701(a(n)) = A304793(a(n)) + 1.
EXAMPLE
340 has prime indices {1,1,3,7} which sum to 12 and have 12 distinct subset-sums: {0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12}, so 340 is in the sequence.
The sequence of terms together with their prime indices begins:
3: {2}
10: {1,3}
28: {1,1,4}
66: {1,2,5}
88: {1,1,1,5}
156: {1,1,2,6}
208: {1,1,1,1,6}
306: {1,2,2,7}
340: {1,1,3,7}
408: {1,1,1,2,7}
544: {1,1,1,1,1,7}
570: {1,2,3,8}
684: {1,1,2,2,8}
760: {1,1,1,3,8}
912: {1,1,1,1,2,8}
966: {1,2,4,9}
1216: {1,1,1,1,1,1,8}
1242: {1,2,2,2,9}
1288: {1,1,1,4,9}
1380: {1,1,2,3,9}
MATHEMATICA
hwt[n_]:=Total[Cases[FactorInteger[n], {p_, k_}:>PrimePi[p]*k]];
Select[Range[1000], hwt[#]==Length[Union[hwt/@Divisors[#]]]&]
CROSSREFS
Positions of 1's in A325799.
Sequence in context: A059193 A226863 A325793 * A037167 A267707 A221647
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 23 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 August 27 18:17 EDT 2024. Contains 375471 sequences. (Running on oeis4.)