login
A390531
a(n) is the smallest number k such that the first k prime numbers can be partitioned into n subsets of equal sums.
1
1, 3, 10, 11, 17, 57, 22, 29, 30, 51, 53, 97, 49, 47, 103, 79, 98, 113, 70, 85, 84, 87, 80, 99, 89, 117, 187, 115, 112, 195, 111, 171, 175, 151, 180, 163, 222
OFFSET
1,2
FORMULA
a(n) >= A053050(n). - Michael S. Branicky, Nov 09 2025
EXAMPLE
a(2) = 3 because the first 3 primes, {2, 3, 5}, can be partitioned into {2, 3} and {5}, which both have a sum of 5.
a(3) = 10 because the first 10 primes, {2, 3, 5, 7, 11, 13, 17, 19, 23, 29}, can be partitioned into {3, 11, 29}, {7, 13, 23}, and {2, 5, 17, 19}, all of which have a sum of 43.
CROSSREFS
KEYWORD
nonn,more,nice
AUTHOR
Dean D. Ballard, Nov 09 2025
STATUS
approved