login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249335 Numbers n for which the digital sum contains the same distinct digits as the digital product but the digital sum is not equal to the digital product. 4
99, 1137, 1173, 1317, 1371, 1713, 1731, 3117, 3171, 3344, 3434, 3443, 3711, 4334, 4343, 4433, 7113, 7131, 7311, 11558, 11585, 11855, 15158, 15185, 15518, 15581, 15815, 15851, 18155, 18515, 18551, 22334, 22343, 22433, 23234, 23243, 23324, 23342, 23423, 23432 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A007953(n) contains the same distinct digits as A007954(n) but A007953(n) is not equal to A007954(n).
Complement of A034710 with respect to A249334.
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000 (n = 1..100 from Jaroslav Krizek)
EXAMPLE
1137 is a member since 1+1+3+7 = 12 and 1*1*3*7 = 21.
PROG
(Magma) [n: n in [1..10^6] | (&*Intseq(n)) ne (&+Intseq(n)) and Set(Intseq(&*Intseq(n))) eq Set(Intseq(&+Intseq(n)))]
CROSSREFS
Sequence in context: A196645 A196600 A074786 * A338258 A201044 A196577
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Oct 25 2014
STATUS
approved

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 December 6 18:41 EST 2023. Contains 367614 sequences. (Running on oeis4.)