[go: up one dir, main page]

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!)
A198832 Values x for records of maxima of positive distance d between a cube of positive integer x and a square of integer y and such that d = x^3 - y^2. 0
1, 2, 6, 8, 10, 12, 13, 19, 26, 31, 33, 39, 40, 43, 46, 52, 68, 72, 78, 84, 90, 93, 95, 105, 109, 133, 139, 149, 152, 162, 176, 180, 190, 202, 211, 219, 231, 243, 265, 269, 272, 306, 330, 336, 341, 346, 351, 356, 366, 393, 407, 422, 436, 446, 450, 467, 501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
J. Calvo, J. Herranz, G. Saez, A new algorithm to search for small nonzero |x^3 - y^2| values, Math. Comp. 78 (2009), 2435-2444.
MATHEMATICA
aa = {}; bb = {}; max = -1; Do[kk = x^3 - Floor[x^(3/2)]^2; If[kk > max, AppendTo[aa, kk]; AppendTo[bb, x]; max = kk], {x, 1, 10000}]; bb
CROSSREFS
Sequence in context: A325463 A121744 A336986 * A173634 A005795 A319827
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 30 2011
EXTENSIONS
Definition modified by Harvey P. Dale, Sep 25 2019
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 August 29 08:01 EDT 2024. Contains 375510 sequences. (Running on oeis4.)