The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A308045 Numbers k such that usigma(k) = round(zeta(2)/zeta(3)*k), where usigma(k) is the sum of unitary divisors of k (A034448). 0
1, 2, 3, 4, 35, 44, 111, 123, 1105, 1900, 2920, 12452, 17889, 34200, 65067, 716148, 14134055, 179040201, 221709100, 221743300, 221766100, 221788900, 1120968741, 1272582040, 1441454511, 7339101375 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The unitary version of A072355.
zeta(2)/zeta(3) is the asymptotic mean of the unitary abundancy index usigma(k)/k (A306633).
a(27) > 10^10.
LINKS
EXAMPLE
35 is in the sequence since usigma(35) = 48, and (zeta(2)/zeta(3)) * 35 = 47.895... has a round value of 48.
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); meanAb = Zeta[2]/Zeta[3]; Select[Range[10^6], usigma[#] == Round[meanAb*#] &]
CROSSREFS
Sequence in context: A299169 A009263 A084314 * A247961 A294921 A332534
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 10 2019
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 June 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)