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!)
A117570 Numbers of the form k * (sum of digits of k) listed sorted with multiplicity. 2

%I #20 Oct 06 2020 02:48:03

%S 0,1,4,9,10,16,22,25,36,36,40,49,52,63,64,70,81,88,90,90,100,112,115,

%T 124,136,144,160,160,162,175,190,198,202,205,208,220,238,243,250,252,

%U 280,280,301,306,306,319,324,333,352,360,360,364,370,400,405,412,418,424

%N Numbers of the form k * (sum of digits of k) listed sorted with multiplicity.

%H David A. Corneth, <a href="/A117570/b117570.txt">Table of n, a(n) for n = 1..10000</a>

%H Ernesto Estrada, Puri Pereira-Ramos, <a href="https://doi.org/10.1155/2018/9893867">Spatial 'Artistic' Networks: From Deconstructing Integer-Functions to Visual Arts</a>, Complexity, Vol. 2018 (2018), Article ID 9893867.

%e 2008 is a term since 2008 = 251*(2+5+1).

%t With[{nn = 400}, TakeWhile[#, # <= nn &] &@ Union@ Array[# Total@ IntegerDigits[#] &, nn + 1, 0]] (* _Michael De Vlieger_, Apr 19 2018 *)

%Y Sorted terms of A057147.

%Y Terms without duplicates are given by A337816.

%K nonn,base

%O 1,3

%A Ernesto Estrada (estrada66(AT)yahoo.com), Jan 02 2008

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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)