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!)
A225051 Numbers of the form x^3 + SumOfCubedDigits(x). 0
0, 2, 16, 54, 128, 250, 432, 686, 1024, 1458, 1001, 1333, 1737, 2225, 2809, 3501, 4313, 5257, 6345, 7589, 8008, 9270, 10664, 12202, 13896, 15758, 17800, 20034, 22472, 25126, 27027, 29819, 32803, 35991, 39395, 43027, 46899, 51023, 55411, 60075, 64064, 68986 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This is to cubes A000578 as A209303 is to squares A000290.
LINKS
FORMULA
a(n) = A000578(n) + A055012(n).
EXAMPLE
a(1) = 1^3 + 1^3 = 2; a(10) = 10^3 + (1^3 + 0^3) = 1000 + 1.
MATHEMATICA
Table[n^3 + Total[IntegerDigits[n]^3], {n, 0, 50}] (* T. D. Noe, Apr 26 2013 *)
CROSSREFS
Sequence in context: A027273 A210710 A337529 * A033431 A107610 A091914
KEYWORD
nonn,base,easy
AUTHOR
Jonathan Vos Post, Apr 25 2013
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)