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!)
A074161 Smallest multiple of n (>n) using all composite digits (4,6,8,9 and 0). 0
4, 4, 6, 8, 40, 48, 49, 40, 90, 40, 44, 48, 468, 84, 60, 48, 68, 90, 494, 40, 84, 44, 46, 48, 400, 468, 486, 84, 406, 60, 496, 64, 66, 68, 490, 468, 444, 494, 468, 80, 984, 84, 86, 88, 90, 460, 94, 96, 98, 400, 408, 468, 689, 486, 440, 448, 684, 406, 649, 480, 488, 496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
smn[n_]:=Module[{t=2}, While[Count[IntegerDigits[n*t], _?PrimeQ]!=0 || MemberQ[ IntegerDigits[n*t], 1], t++]; t*n]; Array[smn, 70] (* Harvey P. Dale, Nov 10 2013 *)
CROSSREFS
Sequence in context: A100090 A222732 A363703 * A201401 A163925 A200609
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 29 2002
EXTENSIONS
Corrected and extended by Joshua Zucker, May 08 2006
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)