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!)
A343945 a(1) = 1; for n >= 2, a(n) = floor(log(sigma(n)) / log(tau(n))). 0
1, 1, 2, 1, 2, 1, 3, 1, 2, 2, 3, 1, 3, 2, 2, 2, 4, 2, 4, 2, 2, 2, 4, 1, 3, 2, 2, 2, 4, 2, 5, 2, 2, 2, 2, 2, 5, 2, 2, 2, 5, 2, 5, 2, 2, 3, 5, 2, 3, 2, 3, 2, 5, 2, 3, 2, 3, 3, 5, 2, 5, 3, 2, 2, 3, 2, 6, 2, 3, 2, 6, 2, 6, 3, 2, 2, 3, 2, 6, 2, 2, 3, 6, 2, 3, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A051281 for numbers m such that sigma(m) = tau(m)^k where k = integer, i.e., numbers m such that floor(log(sigma(m)) / log(tau(m))) = log(sigma(m)) / log(tau(m)).
LINKS
EXAMPLE
a(6) = floor(log(sigma(6)) / log(tau(6))) = floor(log(12) / log(4)) = floor(1.792481...) = 1.
a(7) = floor(log(sigma(7)) / log(tau(7))) = floor(log(8) / log(2)) = floor(3) = 3.
MATHEMATICA
a[1] = 1; a[n_] := Floor[Log @@ DivisorSigma[{0, 1}, n]]; Array[a, 100] (* Amiram Eldar, Dec 16 2021 *)
PROG
(Magma) [1] cat [Floor(Log(&+Divisors(n)) / Log(#Divisors(n))): n in [2..100]]
CROSSREFS
Sequence in context: A321014 A072527 A345138 * A081373 A029436 A263274
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Dec 16 2021
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 August 13 02:28 EDT 2024. Contains 375113 sequences. (Running on oeis4.)