|
Search: id:A082871
|
|
|
| A082871 |
|
First component x of pairs (x,y) where x <= y and x!+y! is a square, sorted on x. |
|
+0 2
|
| |
|
|
OFFSET
|
1,8
|
|
|
COMMENT
|
Conjecture: the only solutions for x!+y!=n^2 (x <= y) are x=0,0,0,1,1,1,2,4 and y=4,5,7,4,5,7,2,5 respectively.
|
|
PROGRAM
|
(PARI) sumfactsq(n) = { for(x=0, n, for(y=1, n, z = x!+y!; if(issquare(z), print1(x" ")) ) ) }
|
|
CROSSREFS
|
Cf. A151819.
Adjacent sequences: A082868 A082869 A082870 this_sequence A082872 A082873 A082874
Sequence in context: A128668 A038537 A120313 this_sequence A139627 A166926 A028573
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), May 25 2003
|
|
EXTENSIONS
|
Edited and corrected by Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Jul 07 2009
|
|
|
Search completed in 0.002 seconds
|