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!)
A200001 Numbers that are the product of distinct decimal digits. 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 24, 27, 28, 30, 32, 35, 36, 40, 42, 45, 48, 54, 56, 60, 63, 64, 70, 72, 80, 84, 90, 96, 105, 108, 112, 120, 126, 135, 140, 144, 160, 162, 168, 180, 189, 192, 210, 216, 224, 240, 252, 270, 280 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Sequence is finite with 153 terms.
LINKS
EXAMPLE
Number 144 is product three different digits 2, 8, 9 (also 1, 2, 8, 9; etc).
MATHEMATICA
Union[Times @@@ Subsets[Range[0, 9]]] (* T. D. Noe, Dec 05 2011 *)
PROG
(PARI) v=[0, 1]; for(n=2, 9, v=vecsort(concat(v, v*n), , 8)); v \\ Charles R Greathouse IV, Dec 05 2011
CROSSREFS
Sequence in context: A161466 A178863 A176526 * A178861 A178862 A178860
KEYWORD
nonn,base,fini,full
AUTHOR
Jaroslav Krizek, Dec 04 2011
EXTENSIONS
b-file corrected by Jaroslav Krizek, Dec 25 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 April 24 07:00 EDT 2024. Contains 371920 sequences. (Running on oeis4.)