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!)
A075049 n is in the sequence if every digit of n is a divisor of n and every divisor of n in the range [2,9] occurs at least once as a digit of n. 0
1, 2, 3, 5, 7, 11, 22, 33, 55, 77, 115, 122, 124, 155, 175, 244, 248, 412, 515, 735, 824, 1111, 1115, 1124, 1131, 1222, 1244, 1311, 1326, 1335, 1362, 1395, 1412, 1555, 1715, 1771, 1935, 2122, 2222, 2248, 2364, 2444, 2488, 2824, 2848, 3111, 3126, 3135, 3162 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The sequence is infinite, since every number of the form (10^n-1)/9 with n not divisible by 3 is a member.
LINKS
MATHEMATICA
Select[Range[3200], Select[Union[IntegerDigits[t=# ]], #!=1&]==Select[Range[2, 9], Mod[t, # ]==0&]&]
CROSSREFS
Sequence in context: A334199 A297026 A038204 * A361820 A061165 A183055
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 03 2002
EXTENSIONS
Edited by Dean Hickerson, Sep 08 2002
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)