|
Search: id:A052224
|
|
|
| A052224 |
|
Numbers whose sum of digits is 10. |
|
+0 3
|
|
| 19, 28, 37, 46, 55, 64, 73, 82, 91, 109, 118, 127, 136, 145, 154, 163, 172, 181, 190, 208, 217, 226, 235, 244, 253, 262, 271, 280, 307, 316, 325, 334, 343, 352, 361, 370, 406, 415, 424, 433, 442, 451, 460, 505, 514, 523, 532, 541, 550, 604, 613, 622, 631, 640
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Proper subsequence of A017173. [From Rick L. Shepherd (rshepherd2(AT)hotmail.com), Jan 12 2009]
|
|
MAPLE
|
sd := proc (n) options operator, arrow: add(convert(n, base, 10)[j], j = 1 .. nops(convert(n, base, 10))) end proc: a := proc (n) if sd(n) = 10 then n else end if end proc: seq(a(n), n = 1 .. 800); [From Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 16 2009]
|
|
CROSSREFS
|
Cf. A007953, A017173.
Sequence in context: A065207 A084364 A094677 this_sequence A083678 A120144 A067452
Adjacent sequences: A052221 A052222 A052223 this_sequence A052225 A052226 A052227
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Feb 01 2000
|
|
EXTENSIONS
|
Incorrect formula deleted by N. J. A. Sloane (njas(AT)research.att.com), Jan 15 2009
Extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 16 2009
|
|
|
Search completed in 0.002 seconds
|