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!)
A015728 Numbers n such that phi(n) * sigma(n) + 9 is a perfect square. 2
10, 12, 27, 38, 90, 95, 110, 114, 142, 152, 230, 344, 356, 395, 442, 474, 639, 684, 738, 973, 1098, 1349, 1558, 1562, 1566, 1956, 2365, 2392, 2408, 2438, 2451, 2484, 2492, 2666, 2838, 3145, 3236, 3377, 3730, 3774, 3886, 4448, 4833, 5356 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Richard K. Guy, Divisors and desires, Amer. Math. Monthly, 104 (1997), 359-360.
MATHEMATICA
Select[Range[10000], IntegerQ[Sqrt[EulerPhi[#]DivisorSigma[1, #] + 9]] &] (* Vincenzo Librandi, Mar 14 2014 *)
PROG
(Magma) [n: n in [1..6000] | IsSquare(EulerPhi(n) * SumOfDivisors(n) + 9)]; // Vincenzo Librandi, Mar 14 2014
CROSSREFS
Sequence in context: A108901 A073083 A129508 * A080470 A087217 A044972
KEYWORD
nonn
AUTHOR
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 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)