A212888给出100个
Conjectured number of positive even numbers that can be represented as the sum of two twin primes p + q in exactly n ways, with p >= q.
可以表示为两个孪生素数之和 p + q 的正偶数数量的猜想,其中 p >= q,且恰好有 n 种表示方法。
35, 115, 285, 327, 557, 537, 723, 652, 882, 773, 1061, 916, 1158, 1069, 1369, 1143, 1436, 1307, 1566, 1318, 1711, 1336, 1752, 1380, 1798, 1480, 1847, 1449, 2012, 1556, 1967, 1599, 2184, 1646, 2257, 1656, 2278, 1779, 2376, 1786, 2353, 1823, 2523, 1832, 2415……
A212613给出100个
Conjectured largest number having n representations as the sum of two twin primes p + q with p >= q.
猜想的最大数字,其作为两个孪生素数之和(p + q,且 p >= q)的表示形式共有 n 种。
4208, 24536, 28916, 21278, 51806, 68078, 73538, 89216, 83978, 171146, 111116, 130586, 164876, 171788, 128498, 188546, 188816, 205796, 247376, 258968, 254546, 287306, 275456, 323966, 351788, 302816, 325148, 368378, 445688, 380168, 467696, 455486, 553118, 456608……
第一个偶数4208,即不能用孪生素数合成的偶数中的最大偶数。
这些数字是通过查找所有小于等于5000000的两个孪生素数之和而得出的。
A129363给出10000个
Number of partitions of 2n into the sum of two twin primes.
将2n拆分为两个孪生素数之和的拆分数。
0, 0, 1, 1, 2, 1, 2, 2, 2, 2, 3, 3, 2, 1, 2, 2, 3, 3, 2, 1, 2, 2, 3, 4, 2, 1, 2, 1, 2, 3, 3, 2, 2, 1, 2, 4, 3, 3, 4, 2, 2, 3, 2, 2, 4, 2, 0, 0, 0, 2, 4, 3, 2, 2, 2, 4, 6, 3, 3, 5, 3, 1, 2, 1, 2, 4, 2, 1, 2, 2, 4, 5, 3, 2, 4, 3, 3, 4, 2, 2, 4, 2, 3, 6, 3, 1, 2, 1, 3, 6, 4, 2, 2, 1, 2, 4, 3, 4, 6, 4, 4, 5, 3, 6, 12……
6=3+3,8=3+5,10=3+7=5+5,12=5+7,14=3+11=7+7,16=3+13=5+11……,3,5,7,11,13……都是孪生素数;
a(15)=2——30=11+19=13+17≠7+23,23不是孪生素数。
|