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!)
A083902 Number of divisors of n with the largest digit of the divisor <= 7 (base 10). 4
1, 2, 2, 3, 2, 4, 2, 3, 2, 4, 2, 6, 2, 4, 4, 4, 2, 4, 1, 6, 4, 4, 2, 7, 3, 4, 3, 5, 1, 8, 2, 5, 4, 4, 4, 7, 2, 2, 3, 7, 2, 8, 2, 6, 5, 4, 2, 8, 2, 6, 4, 6, 2, 6, 4, 6, 3, 2, 1, 12, 2, 4, 5, 6, 4, 8, 2, 5, 3, 8, 2, 9, 2, 4, 6, 4, 4, 6, 1, 8, 3, 3, 1, 10, 3, 3, 2, 6, 1, 9, 3, 5, 3, 3, 2, 9, 1, 4, 4, 9, 2, 8, 2, 7, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A083901(n) + A083894(n) = A083903(n) - A083895(n).
Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = Sum_{k>=1} 1/A007094(k) = 11.2915816168324913817... . - Amiram Eldar, Jan 04 2024
MATHEMATICA
Table[Count[Divisors[n], _?(Max[IntegerDigits[#]]<8&)], {n, 110}] (* Harvey P. Dale, Nov 01 2022 *)
CROSSREFS
Sequence in context: A366742 A141829 A111336 * A205562 A217984 A196437
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 08 2003
EXTENSIONS
Definition clarified by Harvey P. Dale, Nov 01 2022
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)