![]() |
|
|
#78 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#79 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
|
|
|
|
|
|
#80 | |
|
Aug 2006
3·1,993 Posts |
Quote:
Code:
select(n->gcd(n,120)==1, vector(120,i,i)) Last fiddled with by CRGreathouse on 2013-11-01 at 00:43 |
|
|
|
|
|
|
#81 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
25·52 Posts |
10/31/2013
Thanks for the input, Batalov. The quadruplets webpage that you referenced, at the University of Tenisee in Martin shows the largest quadruplets known, while the online encyclopedia of integer sequences lists out the smallest known quadruplets. Thanks again for the keen eye. Regards, Matt |
|
|
|
|
|
#82 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
25×52 Posts |
Thanks again for the input.
As a matter of fact, in regards to prime constellations, new ones can be found. The pattern B = {0,4,6, ... 76} has 19 elements. Primes of this form can be found with the expression x = 30030*n + 29917 I am not saying that every prime fitting expression x will make x, x+4, x+6, ... x+76 a prime number. What I am saying is that probably,there is an n which causes the x to make all 17 number prime. And with enough computing power, it is feasible. Regards, Matt |
|
|
|
|
|
#83 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
14408 Posts |
Same day ....
My estimate is that x has more than 26 digits. Regards, Matt |
|
|
|
|
|
#84 |
|
Feb 2006
Denmark
3468 Posts |
Here is a PARI/GP function to test whether a constellation is admissible:
admissible(v)=forprime(p=2,#v,if(#Set(v%p)==p,return(0)));1 This function returns the inadmissible primes: admissiblep(v)=local(i=[]);forprime(p=2,#v,if(#Set(v%p)==p,i=concat(i,p)));i Examples: Code:
? admissible([0,2,4]) %36 = 0 ? admissible([0,2,6]) %37 = 1 ? admissiblep([0,2,4]) %38 = [3] ? admissiblep([0,2,6]) %39 = [] ? admissible([0,4,6,10,12,16,24,30,34,40,42,46,52,54,60,66,70,72,76]) %40 = 1 |
|
|
|
|
|
#85 | |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36×13 Posts |
Quote:
UTM page is much more alive for quads and trips. (And obviously, I didn't have to have a good eye to notice the quad page change. The currently top entry is simply mine. ;-) ...that would be the reason that I know that Tony's page is a bit out of date.) |
|
|
|
|
|
|
#86 |
|
Jun 2014
1 Posts |
hi, (sorry i dont speak english)
i demostrated a part of the theory of numbers, but i dont know, if its relevant or not. this are.... 1) if p is p=8k+3 then if: 2ˆ[((p-3)/4)+1] = x (mod p) and if: xˆ2 =-2 (mod p) then p is prime 2) if p is p=8k+7 then if: 2ˆ[((p-3)/4)+1] = x (mod p) and if: xˆ2 = +2 (mod p) then p is prime 3) if p is p=8k+5 then if: 2ˆ[((p-1)/4)] = x (mod p) and if: xˆ2 = -1 (mod p) then p is prime 4: if p is p=8k+1 then if: 2ˆ[((p-1)/4)] = +-1 (mod p) then p is prime or a Fermat number thank you for your time and waiting your answer, Miguel R. miguelangelreybonet@yahoo.es |
|
|
|
|
|
#87 | |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
Esto no es exactamente lo que este tema se trata. Este tema es acerca de cuando decir p, p+2, p+6 y p+8 podría ser primer por ejemplo.Me identifico con él, posiblemente. Pero voy a tener que mirar en más. Estoy utilizando Google Translate y el final de su correo electrónico para tratar de conseguir algo que se puede leer más fácil. Aunque supongo que debería utilizar el disctionary-español Inglés que tengo. Intenté aprender español de una vez. Last fiddled with by science_man_88 on 2014-07-01 at 21:38 |
|
|
|
|
|
|
#88 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
80010 Posts |
Hi math people,
I want to mention my personal webpage - https://sites.google.com/site/mattc1anderson/home-1 and especially, under a few layers - http://oeis.org/A022006 I have put considerable effort into some OEIS entries. See my prime constellations project. Regards, Matt |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime Constellations 2 | MattcAnderson | MattcAnderson | 28 | 2021-05-23 14:40 |
| (M48) NEW MERSENNE PRIME! LARGEST PRIME NUMBER DISCOVERED! | dabaichi | News | 571 | 2020-10-26 11:02 |
| Prime constellations? | CRGreathouse | Software | 10 | 2017-07-14 09:45 |
| disk died, prime work lost forever? where to put prime? on SSD or HDD? | emily | PrimeNet | 3 | 2013-03-01 05:49 |
| The 40th known Mersenne prime, 220996011-1 is not PRIME! | illman-q | Miscellaneous Math | 33 | 2004-09-19 05:02 |