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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A091286 Numbers n such that Sigma[3,n] is divisible by square of cototient of n, while n is not a prime number. 0
15, 85, 259, 295, 391, 589, 799, 1111, 1717, 3193, 4171, 4369, 12361, 17473, 23533, 25429, 28243, 31351, 34477, 36181, 41407, 47989, 51143, 52537, 58103, 65641, 68377, 69541, 69919, 70453, 72619, 81121, 83131, 83767, 85069, 91759 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

n=15: cototient[15]=7,sigma[3,15]=3528=72.49

MATHEMATICA

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

CROSSREFS

Cf. A091285.

Sequence in context: A067401 A206169 A160599 * A176070 A160747 A064058

Adjacent sequences:  A091283 A091284 A091285 * A091287 A091288 A091289

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Feb 03 2004

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 16 12:12 EST 2012. Contains 205908 sequences.