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!)
A083901 Number of divisors of n with largest digit <= 6 (base 10). 4
1, 2, 2, 3, 2, 4, 1, 3, 2, 4, 2, 6, 2, 3, 4, 4, 1, 4, 1, 6, 3, 4, 2, 7, 3, 4, 2, 4, 1, 8, 2, 5, 4, 3, 3, 7, 1, 2, 3, 7, 2, 7, 2, 6, 5, 4, 1, 8, 1, 6, 3, 6, 2, 5, 4, 5, 2, 2, 1, 12, 2, 4, 4, 6, 4, 8, 1, 4, 3, 6, 1, 8, 1, 2, 5, 3, 2, 6, 1, 8, 2, 3, 1, 9, 2, 3, 2, 6, 1, 9, 2, 5, 3, 2, 2, 9, 1, 3, 4, 9, 2, 7, 2, 7, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A083900(n) + A083893(n) = A083902(n) - A083894(n).
Asymptotic mean: Limit_{m->oo} (1/m) * Sum_{k=1..m} a(k) = Sum_{k>=1} 1/A007093(k) = 7.32338572355014919630... . - Amiram Eldar, Jan 04 2024
MATHEMATICA
a[n_] := DivisorSum[n, 1 &, Max[IntegerDigits[#]] <= 6 &]; Array[a, 100] (* Amiram Eldar, Jan 04 2024 *)
CROSSREFS
Sequence in context: A242213 A035213 A340224 * A274517 A355583 A368543
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 08 2003
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 May 4 21:32 EDT 2024. Contains 372257 sequences. (Running on oeis4.)