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!)
A171256 Numbers n such that sigma(n) = 10*phi(n) (where sigma=A000203, phi=A000010). 5

%I #18 Dec 04 2019 21:01:11

%S 168,270,570,2376,2436,5016,6426,7110,13566,15834,34452,58520,62568,

%T 72732,75210,113832,126882,168756,169218,191862,199368,223938,240312,

%U 280488,308568,321468,420888,449442,472758,661848,673608,776736,848540,854496,907236

%N Numbers n such that sigma(n) = 10*phi(n) (where sigma=A000203, phi=A000010).

%C If n is in this sequence, then for any prime p not dividing n, sigma(np) - 10*phi(np) = 2*sigma(n).

%H Amiram Eldar, <a href="/A171256/b171256.txt">Table of n, a(n) for n = 1..10000</a> (calculated using data from Jud McCranie, terms 1..1000 from Donovan Johnson)

%H Kevin A. Broughan and Daniel Delbourgo, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL16/Broughan/broughan26.html">On the Ratio of the Sum of Divisors and Euler’s Totient Function I</a>, Journal of Integer Sequences, Vol. 16 (2013), Article 13.8.8.

%H Kevin A. Broughan and Qizhi Zhou, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL17/Broughan/bro32.html">On the Ratio of the Sum of Divisors and Euler's Totient Function II</a>, Journal of Integer Sequences, Vol. 17 (2014), Article 14.9.2.

%t Select[Range[10^6], DivisorSigma[1, #] == 10 * EulerPhi[#] &] (* _Amiram Eldar_, Dec 04 2019 *)

%o (PARI) for(k=1,10^6, sigma(k) - 10*eulerphi(k) | print1(k", "));

%Y Cf. A062699, A068391, A074400, A068390, A136547, A104900, A136540, A104901, A163667, A171257, A104902, A171258, A171259, A171260, A104903.

%K nonn

%O 1,1

%A _M. F. Hasler_, Mar 19 2010

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 25 06:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)