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!)
A145745 Numbers n such that n = sigma(sum of digits of n)*sigma(product of digits of n). 0

%I #16 Sep 05 2023 12:21:39

%S 1,12,6266169,6931848

%N Numbers n such that n = sigma(sum of digits of n)*sigma(product of digits of n).

%C No further terms up to 10^26. - _Chai Wah Wu_, Nov 28 2015

%C No other terms below 10^100. The sequence is likely finite and complete. - _Max Alekseyev_, Sep 05 2023

%e 12 = 4*3 = sigma(1+2)*sigma(1*2).

%e 6931848 = 56*123783 = sigma(6+9+3+1+8+4+8)*sigma(6*9*3*1*8*4*8).

%t Do[h=IntegerDigits[n]; s=Apply[Plus,h];p=Apply[Times,h];If[n== DivisorSigma[1,s]*DivisorSigma[1,p],Print[n]],{n,2000000000}]

%Y Cf. A038369.

%K base,more,nonn

%O 1,2

%A _Farideh Firoozbakht_, Oct 26 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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)