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!)
A238463 Numbers n such that phi(n) * sigma(n) + 1 is a perfect square. 1
2, 3, 5, 6, 7, 11, 13, 17, 19, 22, 23, 29, 31, 33, 37, 41, 43, 44, 47, 53, 59, 61, 67, 69, 71, 73, 76, 79, 82, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 140, 149, 151, 157, 163, 167, 173, 179, 181, 190, 191, 193, 197, 199, 211, 223, 227, 229 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1000], IntegerQ[Sqrt[EulerPhi[#]DivisorSigma[1, #] + 1]]&]
PROG
(Magma) [n: n in [1..300] | IsSquare(EulerPhi(n) * SumOfDivisors(n) + 1)]
CROSSREFS
Sequence in context: A299157 A325327 A003174 * A352936 A340076 A340150
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Mar 14 2014
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)