A178367 Numbers with rounded up arithmetic mean of digits = 7.
7, 49, 58, 59, 67, 68, 76, 77, 85, 86, 94, 95, 199, 289, 298, 299, 379, 388, 389, 397, 398, 399, 469, 478, 479, 487, 488, 489, 496, 497, 498, 559, 568, 569, 577, 578, 579, 586, 587, 588, 595, 596, 597, 649, 658, 659, 667, 668, 669, 676, 677, 678, 685, 686, 687
Offset: 1
Links
- R. Zumkeller, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Range[700],Ceiling[Mean[IntegerDigits[#]]]==7&] (* Harvey P. Dale, Aug 21 2019 *)
Comments