login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094599 Numbers n such that the Lebesgue-Nagell equation x^2 + n = y^k, with k > 2, has an integer solution. 3
1, 2, 4, 7, 8, 11, 12, 13, 15, 16, 17, 18, 19, 20, 23, 25, 26, 27, 28, 31, 32, 35, 39, 40, 44, 45, 47, 48, 49, 53, 54, 55, 56, 60, 61, 63, 64, 65, 67, 71, 72, 74, 76, 77, 79, 80, 81, 83, 87, 89, 92, 95, 96, 97, 99, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
lst=Table[cnt=0; Do[x=Sqrt[y^k-n]; If[IntegerQ[x], cnt++ ], {k, 3, 20}, {y, 600}]; cnt, {n, 2, 100}]; Complement[Range[100], Flatten[Position[lst, 0]]+1]
CROSSREFS
Sequence in context: A045601 A167051 A151661 * A050082 A209864 A182654
KEYWORD
hard,nonn
AUTHOR
T. D. Noe, May 13 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)