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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055940 Counterbalanced numbers: Composite n such that phi(n)/(sigma(n)-n) is an integer. 5
133, 403, 583, 713, 817, 2077, 2623, 2923, 4453, 4717, 5311, 5773, 7093, 7747, 9313, 11023, 11581, 11653, 12877, 14353, 15553, 19303, 20803, 21409, 21733, 21971, 24307, 31169, 35033, 39283, 39337, 43873, 46297, 46357, 50573, 50879, 53863 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

q=A000010(n)/A001065(n) is integer and n is composite.

LINKS

Donovan Johnson, Table of n, a(n) for n = 1..10000

EXAMPLE

n=133=7*19: phi(133)=108, sigma(133)-133=1+7+19=27, q=4

MATHEMATICA

Do[s=EulerPhi[n]/(DivisorSigma[1, n]-n); If[ !PrimeQ[n]&&IntegerQ[s], Print[n]], {n, 2, 1000000}]

CROSSREFS

Cf. A000010, A001065, A068418, A020492, A070037.

Sequence in context: A115518 A064903 A070158 * A137879 A020237 A117565

Adjacent sequences:  A055937 A055938 A055939 * A055941 A055942 A055943

KEYWORD

easy,nonn,changed

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 22 2000

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 23:53 EST 2012. Contains 205860 sequences.