Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A015729 Numbers n such that phi(n) * sigma(n) + 16 is a perfect square. 2
7, 21, 32, 46, 60, 77, 123, 124, 132, 221, 224, 254, 261, 287, 308, 312, 376, 437, 445, 506, 534, 539, 665, 680, 717, 752, 770, 798, 860, 948, 1239, 1264, 1340, 1517, 1519, 1617, 1628, 1815, 2021, 2275, 2288, 2320, 2379, 2400, 2871, 2890 (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[3000], IntegerQ[Sqrt[EulerPhi[#]DivisorSigma[1, #]+16]]&] (* Harvey P. Dale, Dec 07 2012 *)
PROG
(Magma) [n: n in [1..3000] | IsSquare(EulerPhi(n) * SumOfDivisors(n)+16)]; // Vincenzo Librandi, Mar 14 2014
CROSSREFS
Sequence in context: A325553 A032639 A264619 * A271972 A001485 A230210
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 August 27 19:37 EDT 2024. Contains 375471 sequences. (Running on oeis4.)