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!)
A199989 Numbers with digital product = 8. 2
8, 18, 24, 42, 81, 118, 124, 142, 181, 214, 222, 241, 412, 421, 811, 1118, 1124, 1142, 1181, 1214, 1222, 1241, 1412, 1421, 1811, 2114, 2122, 2141, 2212, 2221, 2411, 4112, 4121, 4211, 8111, 11118, 11124, 11142, 11181, 11214, 11222, 11241, 11412, 11421, 11811 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
f:= proc(d) local b, i, t;
b:= (10^d-1)/9;
op(sort([seq(b+7*10^i, i=0..d-1), seq(b+10^t[1]+3*10^t[2], t = combinat:-permute([$0..d-1], 2)), seq(b+10^t[1]+10^t[2]+10^t[3], t=combinat:-choose([$0..d-1], 3))]))
end proc:
seq(f(d), d=1..5); # Robert Israel, Jan 13 2021
MATHEMATICA
Select[Range[20000], Times @@ IntegerDigits[#] == 8 &] (* T. D. Noe, Nov 16 2011 *)
CROSSREFS
Subsequence of A034055.
Cf. A007954.
Sequence in context: A045043 A043881 A201023 * A201056 A352081 A257404
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Nov 13 2011
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 September 12 01:39 EDT 2024. Contains 375842 sequences. (Running on oeis4.)