cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A096929 Numbers n for which there are exactly eight k such that n = k + (product of nonzero digits of k).

This page as a plain text file.
%I A096929 #2 Mar 30 2012 17:27:43
%S A096929 101134,101180,101642,108305,204205,216425,220145,220725,231014,
%T A096929 271855,283055,291705,300180,301205,302125,303555,330776,405555,
%U A096929 442055,442395,464255,492055,604425,621136,691865,702145,711486,723205,733585,784985
%N A096929 Numbers n for which there are exactly eight k such that n = k + (product of nonzero digits of k).
%e A096929 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.
%o A096929 (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
%Y A096929 Cf. A063114, A096347, A096922 - A096928, A096930, A096931.
%K A096929 nonn,base
%O A096929 1,1
%A A096929 _Klaus Brockhaus_, Jul 15 2004