login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056917 Numbers n such that sigma(n)-phi(n) is a perfect square. 1
1, 15, 30, 44, 65, 77, 78, 87, 105, 141, 147, 186, 242, 247, 282, 301, 330, 335, 345, 450, 481, 560, 570, 589, 591, 606, 671, 705, 717, 767, 777, 785, 819, 820, 870 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

sigma(44)-phi(44) = 84 - 20 = 8^2, so 44 is a term of the sequence.

MATHEMATICA

Select[Range[10^3], IntegerQ[Sqrt[DivisorSigma[1, # ] - EulerPhi[ # ]]] &]

CROSSREFS

Sequence in context: A060700 A167210 A131933 * A044855 A044900 A008597

Adjacent sequences:  A056914 A056915 A056916 * A056918 A056919 A056920

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Feb 12 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.