|
| |
|
|
A002796
|
|
Numbers that are divisible by each nonzero digit.
(Formerly M0474 N0175)
|
|
7
| |
|
|
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 20, 22, 24, 30, 33, 36, 40, 44, 48, 50, 55, 60, 66, 70, 77, 80, 88, 90, 99, 100, 101, 102, 104, 105, 110, 111, 112, 115, 120, 122, 124, 126, 128, 132, 135, 140, 144, 150, 155, 162, 168, 175, 184, 200, 202, 204, 208, 210, 212
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Complement of A171492. [From Jaroslav Krizek (jaroslav.krizek(AT)atlas.cz), Dec 10 2009]
|
|
|
REFERENCES
| Lindon, Visible factor numbers, J. Rec. Math., 1 (1968), 217.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..2000
|
|
|
MATHEMATICA
| dQ[n_]:=Module[{nzidn=DeleteCases[IntegerDigits[n], 0]}, And@@Divisible[n, nzidn]]; Select[Range[250], dQ] (* From Harvey P. Dale, Dec 13 2011 *)
|
|
|
CROSSREFS
| Cf. A007602, A034838.
Sequence in context: A180477 A083970 A071204 * A055471 A066254 A167904
Adjacent sequences: A002793 A002794 A002795 * A002797 A002798 A002799
|
|
|
KEYWORD
| nonn,base,easy,nice
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from Henry Bottomley (se16(AT)btinternet.com), Jun 06 2000
|
| |
|
|