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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136547 Numbers n such that sigma(n)=5*phi(n). 5
56, 190, 812, 1672, 4522, 5278, 16065, 24244, 25070, 33915, 39585, 56252, 80104, 93496, 102856, 107156, 140296, 157586, 220616, 224536, 316274, 317205, 365638, 389732, 423045, 479655, 546592, 559845, 596666, 601312, 696514, 731962, 1123605 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If p>2 and 2^p-1 is prime (a Mersenne prime) then 377*2^(p-2)*(2^p-1) is in the sequence (the proof is easy). So for n>1 377*2^(A000043(n)-2)*(2^A000043(n)-1) is in the sequence.

EXAMPLE

sigma(56)=120=5*24=5*phi(56) so 56 is in the sequence.

MATHEMATICA

Do[If[DivisorSigma[1, m]==5*EulerPhi[m], Print[m]], {m, 1500000}]

CROSSREFS

Cf. A000043, A062699, A104900, A104901, A104902.

Sequence in context: A044769 A154034 A115620 * A200833 A179403 A158481

Adjacent sequences:  A136544 A136545 A136546 * A136548 A136549 A136550

KEYWORD

nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Jan 29 2008, Jan 30 2008

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 15 20:26 EST 2012. Contains 205852 sequences.