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!)
A083545 Numbers k such that the geometric mean of the Euler totient function of k and k+1 is an integer. 4
1, 3, 15, 19, 95, 104, 125, 164, 194, 255, 259, 341, 491, 495, 504, 512, 513, 584, 591, 629, 679, 755, 775, 975, 1024, 1147, 1247, 1254, 1260, 1313, 1358, 1463, 1469, 1538, 1615, 1728, 1919, 1962, 1970, 2047, 2071, 2090, 2204, 2299, 2321, 2345, 2404, 2625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = x is such that sqrt(A000010(x)*A000010(x+1)) is an integer. Values of solutions x to phi(x) * phi(x+1) = A083542(x) = y^2.
EXAMPLE
19 is a term since phi(19) = 18, phi(20) = 8, 8*18 = 144 = 12^2.
MATHEMATICA
f[x_] := EulerPhi[x]; Do[s=Sqrt[f[n+1]*f[n]]; If[IntegerQ[s], Print[n]], {n, 1, 5000}]
Position[Partition[EulerPhi[Range[2700]], 2, 1], _?(IntegerQ[GeometricMean[ #]]&), 1, Heads->False]//Flatten (* Harvey P. Dale, Sep 13 2020 *)
CROSSREFS
Sequence in context: A032644 A124877 A111517 * A224872 A097571 A048087
KEYWORD
nonn
AUTHOR
Labos Elemer, May 21 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 July 15 17:56 EDT 2024. Contains 374333 sequences. (Running on oeis4.)