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!)
A061388 Sum of digits = 5 times number of digits. 19
5, 19, 28, 37, 46, 55, 64, 73, 82, 91, 159, 168, 177, 186, 195, 249, 258, 267, 276, 285, 294, 339, 348, 357, 366, 375, 384, 393, 429, 438, 447, 456, 465, 474, 483, 492, 519, 528, 537, 546, 555, 564, 573, 582, 591, 609, 618, 627, 636, 645, 654, 663, 672, 681 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..54.

EXAMPLE

186 is a term as the arithmetic mean of the digits is (1+8+6)/3 = 5.

MATHEMATICA

Select[Range[685], Total[x=IntegerDigits[#]]==5*Length[x] &]

PROG

(Magma) [ n: n in [1..700] | &+Intseq(n) eq 5*#Intseq(n) ]; // Bruno Berselli, Jun 30 2011

CROSSREFS

Cf. A061383, A061384, A061385, A061386, A061387, A061423, A061424, A061425.

Sequence in context: A218885 A198791 A332155 * A299539 A270865 A106072

Adjacent sequences: A061385 A061386 A061387 * A061389 A061390 A061391

KEYWORD

nonn,base,easy,changed

AUTHOR

Amarnath Murthy, May 03 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), May 16 2001

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 28 03:48 EDT 2023. Contains 361577 sequences. (Running on oeis4.)