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!)
A335287 Balanced numbers (A020492) k with a record value of sigma(k)/phi(k). 0
1, 2, 6, 12, 30, 168, 210, 420, 840, 9240, 83160, 120120, 5165160, 26860680, 277560360, 569729160, 16522145640, 33044291280, 563462139240, 1140028049160, 1255683068640, 65361608151840, 299761858075680, 413956851628320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding record values are 1, 3, 6, 7, 9, 10, 12, 14, 15, 18, 20, 21, 22, 25, 26, 28, 30, 31, 32, 33, 35, 36, 38, 39, ...
The terms were calculated using data from Jud McCranie.
LINKS
EXAMPLE
The first 4 balanced numbers are k = 1, 2, 3, 6. The corresponding values of sigma(k)/phi(k) = A000203(k)/A000010(k) are 1, 3, 2, 6. The record values, 1, 3 and 6 occur at 1, 2 and 6 - the first 3 terms of this sequence.
MATHEMATICA
s = {}; rm = 0; Do[r = DivisorSigma[1, n]/EulerPhi[n]; If[IntegerQ[r] && r > rm, rm = r; AppendTo[s, n]], {n, 1, 120120}]; s
CROSSREFS
Sequence in context: A073949 A367336 A080372 * A322804 A163087 A332654
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, May 30 2020
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 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)