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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052224 Numbers whose sum of digits is 10. 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; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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 * A179955 A083678 A120144

Adjacent sequences:  A052221 A052222 A052223 * 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

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 16 04:47 EST 2012. Contains 205860 sequences.