Thread Closed

Partition by primes

 
Share Thread Thread Tools
Dec9-03, 12:07 AM   #1
 

Partition by primes


If a partition P(n) gives the number of ways of writing the integer n as a sum of positive integers, comparatively how many ways does the partition P'(n) give for writing n as a sum of primes?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Dec9-03, 03:57 AM   #2
 
doesnt it varies from number to number for example the partition of the number 10 by the sums of prime numbers is 5+5,2+3+5,3+7,2+2+2+2+2 so P'(10)=4 (if mistaken do correct me) and the number of partitions of let's say 15 by its prime numbers sums is diifferent from those of 10.
 
Dec9-03, 11:23 AM   #3
 
loop quantum gravity,

Yes, I believe the number of "prime partitions," P'(n), increases with integer n, just not as rapidly as that of conventional partitions, P(n). (Do I understand you correctly?)
 
Dec9-03, 11:35 AM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Partition by primes


The number of ways that a number can be written as the sum of positive integers? I assume that you mean without ordering.

So we have:
N(0)=0
N(1)=1 (1)
N(2)=2 (1+1,2)
N(3)=3 (1+1+1,1+2,3)
N(4)=5 (1+1+1+1,1+1+2,1+3,2+2,4)
N(5)=7 (1+1+1+1+1,1+1+1+2,1+1+3,1+2+2,1+4,2+3,5)
N(6)=10(1+1+1+1+1+1,1+1+1+1+2,1+1+1+3,1+1+2+2,1+1+4
1+2+3,1+5,2+2+2,2+4,6)

P(0)=0
P(1)=0
P(2)=1 (2)
P(3)=1 (3)
P(4)=1 (2+2)
P(5)=2 (2+3,5)
P(6)=2 (2+2+2,3+3)
P(7)=3 (2+2+3,2+5,7)
P(8)=3 (2+2+2+2,2+3+3,3+5)
P(9)=4 (2+2+2+3,2+2+5,2+7,3+3+3)

Obviously P(n)<N(n) and
[tex]\lim_{n \rightarrow \infty} \frac{P(n)}{N(n)}=0[/tex]
 
Dec9-03, 12:23 PM   #5
 
but one itself isnt a prime.
 
Dec9-03, 06:33 PM   #6
 
Take a box of volume V, exactly filled by a large number of either (1.) blocks having progressively integer length, or (2.) blocks having progressively prime length and both (1. & 2.) of unit square cross-section. Is the initial exact packing more easily determined for one situation than the other?
 
Dec10-03, 12:46 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Originally posted by Loren Booda
Take a box of volume V, exactly filled by a large number of either (1.) blocks having progressively integer length, or (2.) blocks having progressively prime length and both (1. & 2.) of unit square cross-section. Is the initial exact packing more easily determined for one situation than the other?
You mean that you have a line segment, and you're partitioning it into intervals of decreasing size?

I don't understand the notion of 'initial exact packing' that you describe, but there are definitely more possibe arrangements for (1) than there are for (2) if V > 0.
 
Dec10-03, 06:37 PM   #8
 
Two sets of blocks each fit a given box exactly. All blocks have a square cross-section of unit area. The first set comprises blocks of sequential integer >0 length, the second set comprises blocks of sequential prime >1 length. Initially given either set unboxed, which boxing is more easily determinable?
 
Dec10-03, 06:46 PM   #9
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Huh? I don't understand your question.

Are you trying to do this type of problem:

Given an integer N > 1 construct a set of primes [tex]{p_i}[/tex] with [tex]i \neq j \rightarrow p_i \neq p_j[/tex] and [tex]\sum p_i = N[/tex].
 
Dec12-03, 10:45 AM   #10
 
Sorry, NateTG, I perceived a pattern that apparently wasn't there.
 
Thread Closed
Thread Tools


Similar Threads for: Partition by primes
Thread Forum Replies
Partition Function Advanced Physics Homework 3
partition on R^3 Calculus & Beyond Homework 5
partition Calculus & Beyond Homework 5
describing partition Calculus & Beyond Homework 4
fat 32 partition Computing & Technology 9