mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory > PARI/GP

Reply
 
Thread Tools
Old 2010-08-29, 18:13   #1079
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
The set of squares that are also 4th powers are not all the squares. That clear enough for you?
The set of fourth powers that are also squares are all the fourth powers. That clear enough for you?
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 18:27   #1080
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

69016 Posts
Default

Quote:
Originally Posted by CRGreathouse
The set of fourth powers that are also squares are all the fourth powers. That clear enough for you?
Invalid, because I did not post "Fourth power and square", I posted "Square and fourth power", meaning that the coincidence was that it was a square that was also in the set of fourth powers.

Or do you have a marked inability to read?

Last fiddled with by 3.14159 on 2010-08-29 at 18:28
3.14159 is offline   Reply With Quote
Old 2010-08-29, 18:41   #1081
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Invalid, because I did not post "Fourth power and square", I posted "Square and fourth power", meaning that the coincidence was that it was a square that was also in the set of fourth powers.

Or do you have a marked inability to read?
Wait, are you seriously defending "square and fourth power" as non-redundant?

CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 18:42   #1082
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Invalid, because I did not post "Fourth power and square", I posted "Square and fourth power", meaning that the coincidence was that it was a square that was also in the set of fourth powers.

Or do you have a marked inability to read?
are you saying n= x^2 = y^4 ? because the way I understand it that's not what's needed.

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
science_man_88 is offline   Reply With Quote
Old 2010-08-29, 18:47   #1083
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
Wait, are you seriously defending "square and fourth power" as non-redundant? +
Quote:
Originally Posted by 3.14159
Coincidentally, it is also the only item that is both a square and fourth power.
Get it?

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
3.14159 is offline   Reply With Quote
Old 2010-08-29, 18:49   #1084
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Coincidentally, it is in the set of square numbers and the set of fourth powers?
Yeah, sorry... not a coincidence.
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 18:49   #1085
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
Get it?

Coincidentally, it is in the set of square numbers and the set of fourth powers?
that's every fourth power turned into a square but if n must not change then that's not what you wanted.
science_man_88 is offline   Reply With Quote
Old 2010-08-29, 18:52   #1086
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse
Yeah, sorry... not a coincidence.
In reference to Item 16.

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
3.14159 is offline   Reply With Quote
Old 2010-08-29, 18:57   #1087
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

10111010110112 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
In reference to Item 16.

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."
Really? Do I need to hold your hand?

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
CRGreathouse is offline   Reply With Quote
Old 2010-08-29, 19:09   #1088
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

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
science_man_88 is offline   Reply With Quote
Old 2010-08-29, 19:15   #1089
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

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)))
science_man_88 is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 23:12.


Fri Aug 6 23:12:40 UTC 2021 up 14 days, 17:41, 1 user, load averages: 4.46, 4.26, 4.07

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.