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!)
A235227 Numbers whose sum of digits is 16. 32
79, 88, 97, 169, 178, 187, 196, 259, 268, 277, 286, 295, 349, 358, 367, 376, 385, 394, 439, 448, 457, 466, 475, 484, 493, 529, 538, 547, 556, 565, 574, 583, 592, 619, 628, 637, 646, 655, 664, 673, 682, 691, 709, 718, 727, 736, 745, 754, 763, 772, 781, 790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A007953(a(n)) = 16; number of repdigits = #{88,4444,22222222,1^16} = A242627(16) = 4. - Reinhard Zumkeller, Jul 17 2014
LINKS
MATHEMATICA
Select[Range[1000], Total[IntegerDigits[#]]==16 &]
PROG
(Magma) [n: n in [1..1000] | &+Intseq(n) eq 16];
(Haskell)
a235227 n = a235227_list !! (n-1)
a235227_list = filter ((== 16) . a007953) [0..]
-- Reinhard Zumkeller, Jul 17 2014
CROSSREFS
Cf. A011557 (1), A052216 (2), A052217 (3), A052218 (4), A052219 (5), A052220 (6), A052221 (7), A052222 (8), A052223 (9), A052224 (10), A166311 (11), A235151 (12), A143164 (13), A235225(14), A235226 (15), A166370 (17), A235228 (18), A166459 (19), A235229 (20).
Sequence in context: A275021 A033251 A015984 * A039544 A091819 A318158
KEYWORD
base,nonn
AUTHOR
Vincenzo Librandi, Jan 05 2014
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)