![]() |
|
|
#1079 |
|
Aug 2006
175B16 Posts |
|
|
|
|
|
|
#1080 | |
|
May 2010
Prime hunting commission.
168010 Posts |
Quote:
Or do you have a marked inability to read? Last fiddled with by 3.14159 on 2010-08-29 at 18:28 |
|
|
|
|
|
|
#1081 | |
|
Aug 2006
10111010110112 Posts |
Quote:
![]()
|
|
|
|
|
|
|
#1082 | |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
Quote:
what's needed to be tested are numbers n such that n =4 or 0 mod 6 such that n^2 = 4 or 0 mod 6 such that n^4 is 0 or 4 mod 6 so that they align with 1 or 5 mod 6 for the respective equations. Last fiddled with by science_man_88 on 2010-08-29 at 18:47 |
|
|
|
|
|
|
#1083 | ||
|
May 2010
Prime hunting commission.
32208 Posts |
Quote:
Quote:
Coincidentally, it is in the set of square numbers and the set of fourth powers? Where is the redundancy? A number is in the set of square numbers and the set of fourth powers. If it were redundant, that condition would apply to all square numbers. But it does not. Last fiddled with by 3.14159 on 2010-08-29 at 18:52 |
||
|
|
|
|
|
#1084 |
|
Aug 2006
135338 Posts |
|
|
|
|
|
|
#1085 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
|
|
|
|
|
|
#1086 | |
|
May 2010
Prime hunting commission.
24·3·5·7 Posts |
Quote:
You have failed to tell where the redundancy is in the statement, "A number x is in the set of squares and the set of fourth powers." Last fiddled with by 3.14159 on 2010-08-29 at 18:53 |
|
|
|
|
|
|
#1087 | |
|
Aug 2006
175B16 Posts |
Quote:
A number x is in the set of squares and the set of fourth powers. is the same as A number x is in the the set of fourth powers. Thus the red portion and the green portion are redundant. Non-mathematical example of redundancy (that I just came across): "short and concise" is the same as "concise" thus the red portion is redundant. Last fiddled with by CRGreathouse on 2010-08-29 at 19:01 |
|
|
|
|
|
|
#1088 |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
what you want to calculate is:
http://www.research.att.com/~njas/sequences/A070325 what you are implying is the item must be in: http://www.research.att.com/~njas/sequences/A000290 and http://www.research.att.com/~njas/sequences/A000583 what you must realize is: A000583 is a subset of the other so the item being in this is the same as it being in both. hence you statement is redundant (and in my eyes untrue). Last fiddled with by science_man_88 on 2010-08-29 at 19:11 |
|
|
|
|
|
#1089 |
|
"Forget I exist"
Jul 2009
Dumbassville
838410 Posts |
forgot my Pari code to help you Pi:
Code:
for(n=1,2000,if(isprime(n+1) && isprime(n^2+1) && isprime(n^4+1),print(n))) |
|
|
|
![]() |
| Thread Tools | |
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 |