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!)
A128635 Number of numbers not greater than n and divisible by all digits in decimal representation. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 9, 10, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 20, 20, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(A034838(n)) = n.
LINKS
EXAMPLE
a(42) = #{1,2,3,4,5,6,7,8,9,11,12,15,22,24,33,36} = 16.
MATHEMATICA
Accumulate[Table[If[DigitCount[n, 10, 0]==0&&Union[Mod[n, IntegerDigits[n]]] == {0}, 1, 0], {n, 80}]] (* Harvey P. Dale, Feb 21 2020 *)
CROSSREFS
Sequence in context: A137180 A258632 A263283 * A353024 A100637 A081063
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Mar 16 2007
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 25 05:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)