|
Search: id:A065774
|
|
|
| A065774 |
|
Product of digits of n is equal to the sum of the prime factors of n, counted with multiplicity. |
|
+0 1
|
|
| 2, 3, 4, 5, 7, 18, 25, 154, 329, 418, 442, 532, 1519, 1826, 2354, 2472, 2781, 3383, 4343, 4712, 5282, 5561, 6171, 6623, 7922, 9331, 9911, 11248, 12328, 12773, 13125, 14193, 15194, 16512, 17267, 19852, 21479, 24516, 26522, 31816, 32661, 36512
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,400
|
|
PROGRAM
|
(PARI) ProdD(x)= { local(p=1); while (x>9 && p>0, p*=(x-10*(x\10)); x\=10); return(p*x) } sopfr(n)= { local(f, s=0); f=factor(n); for(i=1, matsize(f)[1], s+=f[i, 1]*f[i, 2]); return(s) } { n=0; for (m=1, 10^9, if (ProdD(m) == sopfr(m), write("b065774.txt", n++, " ", m); if (n==400, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 30 2009]
|
|
CROSSREFS
|
Cf. A001414, A007954.
Sequence in context: A069514 A101012 A048659 this_sequence A048459 A063738 A063737
Adjacent sequences: A065771 A065772 A065773 this_sequence A065775 A065776 A065777
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Dec 04 2001
|
|
EXTENSIONS
|
OFFSET changed from 0,1 to 1,1 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 30 2009
|
|
|
Search completed in 0.002 seconds
|