![]() |
|
|
#1 |
|
"William"
May 2003
New Haven
236610 Posts |
From James Gleick's new book The Information page 339
The number 593 is more interesting than it looks; it happens to be the sum of nine squared and two to the ninth - thus a "Leyland number" (any number than can be expressed as xy + yx). I knew about Paul's involvement in these, but I wasn't aware they were called Leyland numbers. There is Wikipedia article with a first draft of 2006. |
|
|
|
|
|
#2 |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
Or was that the Lesser?
Was Popular Culture some "in" Hasselhon reference? David Last fiddled with by davieddy on 2012-03-16 at 07:25 Reason: Might have misplaced the "David" there. |
|
|
|
|
|
#3 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2A0116 Posts |
Quote:
I think it was because I had plugged them as fine candidates for general primality proving software. They are reasonably common at all sizes, they have a simple algebraic form and they do not appear to have any simple algebraic structure which presently known special purpose algorithms can exploit. Paul |
|
|
|
|
|
|
#4 | |
|
"Lucan"
Dec 2006
England
11001010010102 Posts |
Quote:
|
|
|
|
|
|
|
#5 |
|
"Brian"
Jul 2007
The Netherlands
7·467 Posts |
What is known, or otherwise conjectured, about Leyland numbers L =
|
|
|
|
|
|
#6 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
Quote:
Paul |
|
|
|
|
|
|
#7 |
|
Jun 2003
22×3×421 Posts |
Small correction: (2,3) = 17 = (1,16). A quick search for 1 <= x < y <= 100 shows only trivial solutions (where one of them is 1). I doubt if a non-trivial solution exists.
|
|
|
|
|
|
#8 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
I've been doing some math in PARI:
Code:
["1,0,1", "1,0,5", "1,1,0", "1,3,4", "1,4,3", "1,5,0", "5,1,4", "5,2,3", "5,3,2", "5,4,1", "5,4,5", "5,5,4"] Last fiddled with by science_man_88 on 2012-03-16 at 21:38 |
|
|
|
|
|
#9 |
|
"William"
May 2003
New Haven
236610 Posts |
When I googled for Leyland Numbers, the Google search bar helpfully suggested I might want Leyland Taxi Numbers. I thought these - or perhaps only the smallest of these - would be Leyland Taxi Numbers. Google thought it would be a phone number for a Leyland Taxi Service.
|
|
|
|
|
|
#10 | |
|
"Forget I exist"
Jul 2009
Dumbassville
100000110000002 Posts |
Quote:
or leyland numbers + math should stop the confusion. for those interested: Code:
for(x=2,100,a=x%6;forstep(y=if(a%3==1,x+3,x+1),100,if(a==0 || a==3 || a==5,[4,2],if(a==1,[2,4],if(a==2,6,if(a==4,[2,2,2])))),if(isprime(x^y+y^x),print(x","y" is prime")))) |
|
|
|
|
|
|
#11 | |
|
"Brian"
Jul 2007
The Netherlands
7·467 Posts |
Quote:
![]() @Science Man You've heard the famous story about Hardy visiting Ramanujan in hospital, haven't you? |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| On Leyland Primes | davar55 | Puzzles | 9 | 2016-03-15 20:55 |
| Leyland Numbers - Numberphile | Mini-Geek | Lounge | 5 | 2014-10-29 07:28 |
| GIMP compared to other popular software packages | tha | Lounge | 0 | 2012-10-19 09:26 |
| Most popular error codes | GP2 | Data | 14 | 2003-12-28 22:02 |
| Any popular way to describe the size of M40? | Jorgen | Lounge | 28 | 2003-12-08 16:35 |