The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A085445 Numbers equal to exactly twice the sum of the products of each of their digits. 1

%I #6 Mar 21 2013 12:59:34

%S 0,50,162,392,648

%N Numbers equal to exactly twice the sum of the products of each of their digits.

%C Take a number n, create a table with d columns and rows where d=number of digits of n. Each column corresponds to a digit of n and each row to a digit of n. In each cell, multiply the two digits of n represented by that row and column. Add up the sums of all of the rows and all of the columns to get n again.

%C Actually, the "sum of the products of the digits" is simply the square of the sum of digits. Sequence is complete. - _Giovanni Resta_, Mar 21 2013

%e 162 = 2*(1*1 + 1*6 + 1*2 + 6*1 + 6*6 + 6*2 + 2*1 + 2*6 + 2*2).

%Y Cf. A085444.

%K base,fini,full,nonn

%O 1,2

%A Chuck Seggelin (barkeep(AT)plastereddragon.com), Jun 30 2003

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 May 20 10:51 EDT 2024. Contains 372712 sequences. (Running on oeis4.)