|
Search: id:A116019
|
|
|
| A116019 |
|
Numbers n such that sigma(n) + phi(n) is a repdigit. |
|
+0 3
|
|
| 1, 2, 3, 4, 10, 11, 21, 49, 186, 207, 221, 342, 406, 3324, 4443, 33324, 43375, 222221, 314000, 344032, 389924, 414806, 987652, 2222221, 190476186, 222087442, 222222221
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
(1). If m=(2*10^n-11)/9 is product of two distinct primes then m is in the sequence because phi(m)+sigma(m)=phi(p*q)+sigma(p*q) =2(p*q+1)=2m+2=4*(10^n-1)/9, so phi(m)+sigma(m) is a repdigit number. 21, 221, 222221, 2222221, 222222221,... are such terms. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 17 2006
(2). If m=(4*10^n-13)/9 is product of two distinct primes then m is in the sequence because phi(m)+sigma(m)=phi(p*q)+sigma(p*q) =2(p*q+1)=2m+2=8*(10^n-1)/9, so phi(m)+sigma(m) is a repdigit number. 4443, 4444444443, 44444444443,... are such terms. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 17 2006
(3). If p=(25*10^(n-1)-7)/9 is an odd prime then m=12*p is in the sequence because phi(m)+sigma(m)=32p+24=8*(10^(n+1)-1)/9 so phi(m) +sigma(m) is a repdigit number. 3324, 33324, 33333333324,... are such terms. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 17 2006
|
|
EXAMPLE
|
sigma(314000)+phi(314000)=888888.
|
|
MATHEMATICA
|
Do[If[Length[Union[IntegerDigits[EulerPhi[n] + DivisorSigma[1, n]]]]==1, Print[n]], {n, 280000000}] - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 17 2006
|
|
CROSSREFS
|
Cf. A116017, A116018, A116020.
Sequence in context: A039002 A120023 A115897 this_sequence A087460 A082866 A085701
Adjacent sequences: A116016 A116017 A116018 this_sequence A116020 A116021 A116022
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Giovanni Resta (g.resta(AT)iit.cnr.it), Feb 13 2006
|
|
EXTENSIONS
|
3 more terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 17 2006
|
|
|
Search completed in 0.002 seconds
|