|
Search: id:A081379
|
|
|
| A081379 |
|
Both sums and sets of prime factors of sigma[n] and phi[n] - ignoring multiplicity are equal to each other. |
|
+0 3
|
|
| 1, 3, 14, 35, 42, 70, 105, 119, 209, 210, 238, 248, 297, 357, 418, 477, 594, 595, 616, 627, 714, 744, 954, 1045, 1178, 1190, 1240, 1254, 1463, 1485, 1672, 1674, 1736, 1785, 1848, 1863, 2079, 2090, 2376, 2385, 2540, 2728, 2926, 2945, 2970
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
Intersection of A076533 and A081377.
|
|
EXAMPLE
|
n=477=3.3.53: sigma(477)=702=2.3.3.3.13,phi[477]=312=2.2.2.3.13, common factor-set:{2,3,13}, sum=18
|
|
MATHEMATICA
|
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] spf[x_] := Apply[Plus, ba[x]] k=0; Do[s=ba[DivisorSigma[1, n]]; s1=ba[EulerPhi[n]]; s3=spf[DivisorSigma[1, n]]; s4=spf[EulerPhi[n]]; If[Equal[s, s1]&&Equal[s3, s4], k=k+1; Print[{n, s, s1, ba[n], s3}]], {n, 1, 10000}]
|
|
CROSSREFS
|
Cf. A000010, A000203, A076533, A065642, A081377, A081378.
Sequence in context: A094627 A009394 A076533 this_sequence A081377 A050934 A110427
Adjacent sequences: A081376 A081377 A081378 this_sequence A081380 A081381 A081382
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Mar 26 2003
|
|
|
Search completed in 0.002 seconds
|