The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A065137 Sum of digits of n plus sum of cubes of digits of n. 2
0, 2, 10, 30, 68, 130, 222, 350, 520, 738, 2, 4, 12, 32, 70, 132, 224, 352, 522, 740, 10, 12, 20, 40, 78, 140, 232, 360, 530, 748, 30, 32, 40, 60, 98, 160, 252, 380, 550, 768, 68, 70, 78, 98, 136, 198, 290, 418, 588, 806, 130, 132, 140, 160, 198, 260, 352, 480, 650 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A007953(n)+A055012(n)
EXAMPLE
a(23) = (2+3)+(2^3+3^3) = 40.
MATHEMATICA
Table[Total[IntegerDigits[n]]+Total[IntegerDigits[n]^3], {n, 0, 60}] (* Harvey P. Dale, Jul 15 2017 *)
CROSSREFS
Cf. A065138.
Sequence in context: A047198 A290461 A162524 * A034262 A180499 A167214
KEYWORD
base,easy,nonn
AUTHOR
Henry Bottomley, Oct 15 2001
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 May 17 05:02 EDT 2024. Contains 372579 sequences. (Running on oeis4.)