login
This site is supported by donations 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
1, 12, 6266169, 6931848 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

There is no further term up to 2*10^9.

EXAMPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A038369.

Sequence in context: A159951 A013862 A116233 * A175906 A144546 A165970

Adjacent sequences:  A145742 A145743 A145744 * A145746 A145747 A145748

KEYWORD

base,more,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Oct 26 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:27 EST 2012. Contains 205859 sequences.