login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080179 Numbers which on adding their reversal gives perfect cubes. 0
4, 122, 221, 320, 1030, 1120, 1210, 1300, 67199, 68189, 69179, 77198, 78188, 79178, 87197, 88187, 89177, 97196, 98186, 99176, 1000300, 1010200, 1020100, 1030000, 100409738, 100508738, 100607738, 100706738, 100805738, 100904738, 101409638 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For entries not ending in zero, their reversal is also present.

EXAMPLE

a(2)=122 because 122+221=343 which is 7^3.

MATHEMATICA

Do[ If[ IntegerQ[(n + FromDigits[ Reverse[ IntegerDigits[n]]]) ^(1/3)], Print[n]], {n, 1, 101508638}]

CROSSREFS

Sequence in context: A033934 A144508 A169972 * A144993 A064681 A005936

Adjacent sequences:  A080176 A080177 A080178 * A080180 A080181 A080182

KEYWORD

base,nonn

AUTHOR

Shyam Sunder Gupta (guptass(AT)rediffmail.com), Mar 16 2003

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 16 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.