|
Search: id:A094598
|
|
|
| A094598 |
|
Numbers n such that the Lebesgue-Nagell equation x^2 + n = y^k, with k > 2, has no integer solutions. |
|
+0 4
|
|
| 3, 5, 6, 9, 10, 14, 21, 22, 24, 29, 30, 33, 34, 36, 37, 38, 41, 42, 43, 46, 50, 51, 52, 57, 58, 59, 62, 66, 68, 69, 70, 73, 75, 78, 82, 84, 85, 86, 88, 90, 91, 93, 94, 98
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
lst=Table[cnt=0; Do[x=Sqrt[y^k-n]; If[IntegerQ[x], cnt++ ], {k, 3, 20}, {y, 600}]; cnt, {n, 2, 100}]; Flatten[Position[lst, 0]]+1
|
|
CROSSREFS
|
Cf. A094596, A094597, A094599.
Sequence in context: A112649 A050083 A081175 this_sequence A122194 A053091 A047271
Adjacent sequences: A094595 A094596 A094597 this_sequence A094599 A094600 A094601
|
|
KEYWORD
|
hard,nonn
|
|
AUTHOR
|
T. D. Noe (noe(AT)sspectra.com), May 13 2004
|
|
|
Search completed in 0.002 seconds
|