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!)
A096924 Numbers n for which there are exactly three k such that n = k + (product of nonzero digits of k). 8
102, 110, 118, 126, 134, 150, 180, 202, 216, 225, 234, 260, 272, 312, 338, 366, 404, 414, 420, 455, 456, 512, 534, 542, 564, 576, 586, 635, 645, 712, 734, 750, 786, 808, 818, 827, 837, 840, 894, 920, 939, 970, 980, 1018, 1020, 1034, 1042, 1072, 1074, 1075 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
76, 109 and 114 are the only three k such that k + (product of nonzero digits of k) = 118, hence 118 is a term.
PROG
(PARI) {c=3; z=1100; v=vector(z); for(n=1, z+1, k=addpnd(n); if(k<=z, v[k]=v[k]+1)); for(j=1, length(v), if(v[j]==c, print1(j, ", ")))} \\for function addpnd see A096922
CROSSREFS
Sequence in context: A070795 A046293 A241179 * A354710 A031413 A127665
KEYWORD
nonn,base
AUTHOR
Klaus Brockhaus, Jul 15 2004
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)