n queen topics
Home
Group actions
Search algorithm
Use symmetry, regular NQ problem
Evolution trees
Special properties
Necklaces
Conflicts
Conflict tables
Smallest solutions and greedy sequence
World records
Tables of counting results
Images for n=8
Torus images for n=13
Other pages to the n queens problem
Bibliografy
 
 
Other themes
Primes from wrong binomic formula
Numbers by primes distribution
 
 
 
This page in another language
German
A short sequence in the Encylopedia of Integer Sequences (EIS) caused me to do some further investigation. The sequence had the attributes "more" and "hard", and I thougth "more" is right but "hard" is not.
The sequence is A088627. It counts how many primes arise if you factorize a given (even) number into two factors, and then sum the two factors.
For those who like to read it in a more formal way: Let 2n = r*s, a(n) = number of primes of the form r+s.
To give an example: a(9) = 2. For figuring that out, we start with 2 * n which is 18. We have the the factorizations 18 = 1*18, 18 = 3 * 6 and 18 = 2*9; Summing the factors gives 1+18 = 19, 3+6 = 9, and 2+9 = 11. Of these three values, 9 is not prime, but 11 and 19 are. So, two primes arise.
Only 12 values were contained. Here are the first 1000 values:
1120220120. 2102401202. 4011021024. 0020420140. 2202300102
4012022013. 0020430130. 1002302201. 2013022013. 0110420240
1201801002. 3014021034. 0010230120. 1102401204. 3011012013
0020440220. 3000800203. 3012021021. 0220240040. 2102501402
2014011037. 0100220130. 4102301203. 8011011023. 0010330130
.....................
1202500004. 4002032014. 0040310120. 2202501201. 3013020022
0020330230. 1200800101. 2021020047. 0010240210. 3001601104
3004014013. 0020320020. 4203202204. 2001022005. 0020330160
0202202102. 2024002027. 0010220170. 2102602203. 4011011003
0020730140. 1402500204. 2021032002. 0040400110. 1203502100
.....................
3003041014. 0010340140. 1002701103. 2014010031. 0010380120
2102600303. 7004001014. 0210420120. 3101800103. 2011022012
0200230250. 4102601202. 1014013035. 0000110340. 2103700202
7012011028. 0030530020. 2100200004. 3011021028. 0130220130
0102301101. 3017011011. 0010430110. 2200502202. 5014011023
.....................
0110330150. 1101702007. 3003023034. 0120310020. 3001300302
1021032023. 0220230170. 1100401203. 3023022004. 0000130120
3104701304. 7000010017. 0010340120. 1002400202. 3022013013
0020430020. 1101502103. 2027011004. 0120820120. 0101700103
1011012022. 0110280130. 0102800002. 3003022045. 0020130220
.....................
As you see, the first values are very small. I wondered if there are larger values, and when they occur. So, I defined another sequence which is now A091350 in the EIS. It is the sequence of first occurrences of n in the original sequence. However, I took the (even) number that is factorized as value. So, the sequence has only non-negative, even values. To say it in a formal way, the new sequence b(n) is defined as
   b(n) = k    if there is an even k, a(k/2) = n,
                  and a(p) != n  for all p < k/2
        = 0    if there is no such k.
I think the value 0 will not occur in the sequence; or, stated the other way, there will be a number k from which n primes arise, for every n.
On the other hand, I cannot even exclude that the sequence is constantly 0, from a certain n on.
Here are the first 30 values of the sequence of first occurrences, from 0 to 29: 8, 2, 6, 90, 30, 390, 690, 420, 210, 4290, 3990, 8778, 2310, 3570, 4830, 11550, 38850, 84630, 66990, 79170, 39270, 30030, 51870, 46410, 43890, 111930, 163020, 221340, 419430, 131670.
As you see, the sequence is not monotone.
My search also produced the values b(34) = 746130, b(35) = 903210, b(36) = 570570, b(40) = 510510, b(41) = 690690, and b(46) = 870870.
In my search, I just factorized all even numbers from 2 to 1,000,000. Therefore, b(n) > 1000000 for n in { 30, 31, 32, 33, 37, 38, 39, 42, 43, 44, 45} and for n > 46.
Perhaps, you have seen also that some of the values have the same sequence of digits for the "thousands" as for the hundreds, tens and unitys, for example b(36) = 570570 which has 570 written two times in sequence, as a decimal number. The same happens for b(40), b(41), b(46), and also for b(21) = 30030 if you add a leading zero. That is due to the fact that 1001 = 7 * 11 * 13 is a product of small primes, and products of many primes lead to many factorizations and to many possibilities for primes arising from these factorizations.
That leads to an upper bound for the original sequence a(n) = A088627.
(I inserted this Lemma as .gif because latex2html is not yet installed correctly on my machine)
Prepared by Matthias Engelhardt
Mail an Matthias Engelhardt
 
last change: 2010-03-29
Address of page: http://nqueens.de/otherTopics/SumOfFactorPrimes.en.html