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

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014441 Differences between two positive cubes in exactly 3 ways. 11
3367, 26936, 90909, 152551, 205352, 215488, 420875, 622232, 625177, 727272, 754299, 757701, 845208, 1147627, 1154881, 1220408, 1642816, 1723904, 2113921, 2454543, 2741256, 3056473, 3367000, 3442887, 3492125, 4481477, 4977856, 5001416, 5544504, 5818176
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
r = 5818176; p = 3; Sort@Drop[Flatten@Select[Tally@Reap[Do[n = i^p - j^p; If[n <= r, Sow[n]], {i, Ceiling[(r/p)^(1/(p - 1))]}, {j, i}]][[2, 1]], #[[2]] == 3 &], {2, -1, 2}] (* Arkadiusz Wesolowski, Dec 10 2015 *)
CROSSREFS
Cf. A000578, A181123, A014439 (exactly one way), A034179 (more than one way), A014440 (exactly two ways), A265625 (more than two ways).
Sequence in context: A069367 A031556 A265625 * A293651 A212948 A204471
KEYWORD
nonn
AUTHOR
Glen Burch (gburch(AT)erols.com)
EXTENSIONS
Extended by Don Reble, Nov 19 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 13:18 EDT 2024. Contains 376000 sequences. (Running on oeis4.)