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!)
A078596 Numbers m such that there is at least one pair (x,y) 1 <= x <= y <= m such that 1/x + 1/y + 1/m = 1/phi(m). 1
6, 12, 18, 24, 30, 36, 42, 48, 54, 60, 66, 72, 84, 90, 96, 108, 120, 126, 132, 144, 150, 162, 168, 180, 192, 198, 210, 216, 234, 240, 252, 264, 270, 276, 288, 294, 300, 306, 324, 330, 336, 360, 378, 384, 396, 420, 432, 450, 462, 468, 480, 486, 504, 528, 540, 546 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It seems that necessarily a(n) == 0 (mod 6).
This is not true. The terms that are not divisible by 6 are 3850, 7700, 13300, 14210, 15400, ... . - Amiram Eldar, Jun 24 2022
LINKS
EXAMPLE
From Amiram Eldar, Jun 24 2022: (Start)
m = 6 is a term since for x = y = 6 we have 1/x + 1/y + 1/m = 1/6 + 1/6 + 1/6 = 1/2 = 1/phi(6).
m = 3850 is a term since for x = 3300 and y = 3696 we have 1/x + 1/y + 1/m = 1/3300 + 1/3696 + 1/3850 = 1/1200 = 1/phi(3850). (End)
MATHEMATICA
q[m_] := Module[{s = 1/EulerPhi[m] - 1/m, k}, AnyTrue[Range[m], 1/# < s && IntegerQ[k = 1/(s - 1/#)] && 0 < k <= m &]]; Select[Range[600], q] (* Amiram Eldar, Jun 24 2022 *)
CROSSREFS
Cf. A000010.
Sequence in context: A175130 A008458 A008588 * A187389 A085129 A236240
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Dec 08 2002
EXTENSIONS
3 missing terms inserted and more terms added by Amiram Eldar, Jun 24 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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)