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!)
A178361 Numbers with rounded up arithmetic mean of digits = 1. 10
1, 10, 11, 20, 100, 101, 102, 110, 111, 120, 200, 201, 210, 300, 1000, 1001, 1002, 1003, 1010, 1011, 1012, 1020, 1021, 1030, 1100, 1101, 1102, 1110, 1111, 1120, 1200, 1201, 1210, 1300, 2000, 2001, 2002, 2010, 2011, 2020, 2100, 2101, 2110, 2200, 3000, 3001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A004427(a(n)) = 1;
A000027 = union of A178362, A178363, A178364, A178365, A178366, A178367, A178368, A178369, and this sequence.
LINKS
FORMULA
A007953(a(n)) <= A055642(a(n)). - Reinhard Zumkeller, May 06 2015
MATHEMATICA
Select[Range[4000], Ceiling[Mean[IntegerDigits[#]]]==1&] (* Harvey P. Dale, Dec 31 2019 *)
PROG
(Haskell)
a178361 n = a178361_list !! (n-1)
a178361_list = [x | x <- [1..], a007953 x <= a055642 x]
-- Reinhard Zumkeller, May 06 2015
CROSSREFS
Sequence in context: A284375 A102626 A306960 * A014418 A317204 A089591
KEYWORD
base,nonn,look
AUTHOR
Reinhard Zumkeller, May 27 2010
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 April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)