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!)
A177763 Numbers of the form m^5-s^2, m>=1, s >= 0. 7
1, 7, 16, 18, 19, 23, 28, 31, 32, 47, 60, 63, 74, 99, 100, 122, 124, 143, 144, 162, 166, 179, 183, 194, 207, 209, 218, 227, 234, 239, 240, 242, 243, 250, 295, 316, 341, 348, 368, 380, 399, 412, 421, 423, 448, 485, 495, 524, 535, 540, 551, 583, 608, 624, 625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For values m see A177764.
For values s see A177765.
For numbers that have more than one representation see A177766.
LINKS
MATHEMATICA
aa = {}; bb = {}; cc = {}; Do[Do[If[((N[Sqrt[x^5 - n], 300] - Round[Sqrt[x^5 - n]])^2 < 10^-300) && (Im[Round[Sqrt[x^5 - n]]] == 0), AppendTo[aa, n]; AppendTo[bb, x]; AppendTo[cc, Round[Sqrt[x^5 - n]]]; Print[{n}, {x}, {Round[Sqrt[x^5 - n]]}]], {x, 1, 1000}], {n, 1, 1000}]; Union[aa]
CROSSREFS
Sequence in context: A067776 A193688 A132348 * A101073 A026226 A335569
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 13 2010
EXTENSIONS
Edited by N. J. A. Sloane, May 15 2010
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 March 19 04:26 EDT 2024. Contains 370952 sequences. (Running on oeis4.)