![]() |
|
|
#375 |
|
Aug 2006
3·1,993 Posts |
So what are 3*1, 3*4, and 3*7 mod 9? You're almost there.
|
|
|
|
|
|
#376 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
they all come back to 3 so assuming my idea is correct the first column must always be 3 hence we can map it through the diagonals and get the modulo for the Mersenne primes to come.
though why multiply them in the next in the row they cover almost all the same range. Last fiddled with by science_man_88 on 2010-08-13 at 15:19 |
|
|
|
|
|
#377 |
|
"Forget I exist"
Jul 2009
Dumbassville
20C016 Posts |
the hard part is how to map it accurately without knowing it.
|
|
|
|
|
|
#378 | |
|
Aug 2006
3·1,993 Posts |
Quote:
You can't tell anything about future Mersenne primes because no matter what they are, you'll get a 3. Right? |
|
|
|
|
|
|
#379 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
Last fiddled with by science_man_88 on 2010-08-13 at 15:37 |
|
|
|
|
|
|
#380 |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
can this be turned into a triangle by turning it 45 degrees ?
I see more weird things in the diagonals that would become rows of this triangle not saying they tell much lol. Last fiddled with by science_man_88 on 2010-08-13 at 15:50 |
|
|
|
|
|
#381 | |
|
Aug 2006
3·1,993 Posts |
Quote:
You *know* that you can't predict anything about any sequence that has exponents that are relatively prime to 6, because you're already shown how those sequences have to start. It cuts both ways: because the proof shows that all such sequences will have the same behavior, you can't use that behavior to predict anything within those sequences. Last fiddled with by CRGreathouse on 2010-08-13 at 16:23 |
|
|
|
|
|
|
#382 |
|
Aug 2006
175B16 Posts |
|
|
|
|
|
|
#383 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Code:
>for(k=1,15,print(k"\t"ProdK(k))) 1 [3, 7, 4, 1, 1, 4, 1, 1, 1, 4, 4, 1, 4, 1, 1, 1, 1, 1, 4, 1, 4, 4, 4, 4, 4, 1, 1, 4, 1, 1, 1, 4, 4, 1, 4, 4, 4, 4, 1] 2 [3, 1, 4, 1, 4, 4, 1, 1, 4, 7, 4, 4, 4, 1, 1, 1, 1, 4, 4, 4, 7, 7, 7, 7, 4, 1, 4, 4, 1, 1, 4, 7, 4, 4, 7, 7, 7, 4] 3 [3, 1, 4, 4, 4, 4, 1, 4, 7, 7, 7, 4, 4, 1, 1, 1, 4, 4, 7, 7, 1, 1, 1, 7, 4, 4, 4, 4, 1, 4, 7, 7, 7, 7, 1, 1, 7] 4 [3, 1, 7, 4, 4, 4, 4, 7, 7, 1, 7, 4, 4, 1, 1, 4, 4, 7, 1, 1, 4, 4, 1, 7, 7, 4, 4, 4, 4, 7, 7, 1, 1, 1, 4, 1] 5 [3, 4, 7, 4, 4, 7, 7, 7, 1, 1, 7, 4, 4, 1, 4, 4, 7, 1, 4, 4, 7, 4, 1, 1, 7, 4, 4, 7, 7, 7, 1, 4, 4, 4, 4] 6 [3, 4, 7, 4, 7, 1, 7, 1, 1, 1, 7, 4, 4, 4, 4, 7, 1, 4, 7, 7, 7, 4, 4, 1, 7, 4, 7, 1, 7, 1, 4, 7, 7, 4] 7 [3, 4, 7, 7, 1, 1, 1, 1, 1, 1, 7, 4, 7, 4, 7, 1, 4, 7, 1, 7, 7, 7, 4, 1, 7, 7, 1, 1, 1, 4, 7, 1, 7] 8 [3, 4, 1, 1, 1, 4, 1, 1, 1, 1, 7, 7, 7, 7, 1, 4, 7, 1, 1, 7, 1, 7, 4, 1, 1, 1, 1, 4, 4, 7, 1, 1] 9 [3, 7, 4, 1, 4, 4, 1, 1, 1, 1, 1, 7, 1, 1, 4, 7, 1, 1, 1, 1, 1, 7, 4, 4, 4, 1, 4, 7, 7, 1, 1] 10 [3, 1, 4, 4, 4, 4, 1, 1, 1, 4, 1, 1, 4, 4, 7, 1, 1, 1, 4, 1, 1, 7, 7, 7, 4, 4, 7, 1, 1, 1] 11 [3, 1, 7, 4, 4, 4, 1, 1, 4, 4, 4, 4, 7, 7, 1, 1, 1, 4, 4, 1, 1, 1, 1, 7, 7, 7, 1, 4, 1] 12 [3, 4, 7, 4, 4, 4, 1, 4, 4, 7, 7, 7, 1, 1, 1, 1, 4, 4, 4, 1, 4, 4, 1, 1, 1, 1, 4, 4] 13 [3, 4, 7, 4, 4, 4, 4, 4, 7, 1, 1, 1, 4, 1, 1, 4, 4, 4, 4, 4, 7, 4, 4, 4, 4, 4, 4] 14 [3, 4, 7, 4, 4, 7, 4, 7, 1, 4, 4, 4, 4, 1, 4, 4, 4, 4, 7, 7, 7, 7, 7, 7, 7, 4] 15 [3, 4, 7, 4, 7, 7, 7, 1, 4, 7, 7, 4, 4, 4, 4, 4, 4, 7, 1, 7, 1, 1, 1, 1, 7] Last fiddled with by science_man_88 on 2010-08-13 at 16:50 |
|
|
|
|
|
#384 |
|
Aug 2006
3×1,993 Posts |
SLSN, for that one. Since you're going along the antidiagonals there aren't any more terms to check...
|
|
|
|
|
|
#385 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why do I sometimes see all the <> formatting commands when I quote or edit? | cheesehead | Forum Feedback | 3 | 2013-05-25 12:56 |
| Passing commands to PARI on Windows | James Heinrich | Software | 2 | 2012-05-13 19:19 |
| Ubiquity commands | Mini-Geek | Aliquot Sequences | 1 | 2009-09-22 19:33 |
| 64-bit Pari? | CRGreathouse | Software | 2 | 2009-03-13 04:22 |
| Are these commands correct? | jasong | Linux | 2 | 2007-10-18 23:40 |