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!)
A064154 Numbers whose product of digits equals the number of digits times the sum of digits. 2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 36, 44, 63, 159, 167, 176, 195, 235, 253, 325, 333, 352, 519, 523, 532, 591, 617, 671, 716, 761, 915, 951, 1247, 1274, 1344, 1427, 1434, 1443, 1472, 1724, 1742, 2147, 2174, 2226, 2262, 2417, 2471, 2622, 2714, 2741, 3144, 3414 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A subset of A061013.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..10000 (first 1001 terms from Harry J. Smith)
EXAMPLE
36 belongs to the sequence because 3*6 = 18 and 2*(3+6) = 18.
MATHEMATICA
Select[Range[0, 3414], (d = IntegerDigits[#]; Times @@ d == Length[d] Plus @@ d) &] (* Giovanni Resta, Jun 25 2018 *)
PROG
(PARI) for(n=0, 10000, my(v=digits(n)); if(vecprod(v)==#v*vecsum(n), print1(n, ", "))) \\ Derek Orr, Sep 09 2018
CROSSREFS
Sequence in context: A257830 A343050 A276143 * A316147 A080161 A345405
KEYWORD
easy,nonn,base
AUTHOR
Felice Russo, Sep 14 2001
EXTENSIONS
Offset set to 1 by Giovanni Resta, Jun 25 2018
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)