The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A096929 Numbers n for which there are exactly eight k such that n = k + (product of nonzero digits of k). 8
101134, 101180, 101642, 108305, 204205, 216425, 220145, 220725, 231014, 271855, 283055, 291705, 300180, 301205, 302125, 303555, 330776, 405555, 442055, 442395, 464255, 492055, 604425, 621136, 691865, 702145, 711486, 723205, 733585, 784985 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
88846, 97354, 98254, 99514, 100954, 101078, 101086 and 101131 are the only eight k such that k + (product of nonzero digits of k) = 101134, hence 101134 is a term.
PROG
(PARI) {c=8; z=800000; 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: A168529 A255976 A161796 * A031678 A354566 A251959
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 May 14 14:06 EDT 2024. Contains 372533 sequences. (Running on oeis4.)