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!)
A250483 Numbers of the form 3^x + y^3 with x, y >= 0. 3
1, 2, 3, 4, 9, 10, 11, 17, 27, 28, 30, 35, 36, 54, 65, 67, 73, 81, 82, 89, 91, 108, 126, 128, 134, 145, 152, 206, 217, 219, 225, 243, 244, 251, 270, 297, 307, 344, 346, 352, 368, 370, 424, 459, 513, 515, 521, 539, 586, 593, 729, 730, 732, 737, 738, 755, 756 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No terms are congruent to 5 or 7 (mod 8): subsequence of A047420.
LINKS
EXAMPLE
17 is in this sequence because 3^2+2^3=17.
91 is in this sequence because 3^3+4^3=91.
MATHEMATICA
nn=15; Union[Select[Flatten[Table[3^x + y^3, {x, 0, nn}, {y, 0, nn}]], #<=nn^3 &]]
CROSSREFS
Cf. A047420.
Cf. similar sequences listed in A250482.
Sequence in context: A284681 A309346 A047339 * A294485 A332772 A084368
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Nov 25 2014
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)