|
Search: id:A071142
|
|
|
| A071142 |
|
Sum of distinct primes dividing n is divisible by the largest prime dividing n. Also n has exactly 3 distinct prime factors and n is square-free. |
|
+0 1
|
|
| 30, 70, 286, 646, 1798, 3526, 7198, 10366, 20806, 23326, 38086, 44998, 64798, 73726, 78406, 103966, 115198, 145798, 159046, 194686, 242206, 352798, 373246, 426886, 544966, 649798, 719998, 763846, 824326, 871198, 1312198, 1351366
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
A008472(n)/A006530(n) is integer; a(n)=2*A037074(n), n=2pq, where p and q=p+2 are twin prime pairs.
|
|
EXAMPLE
|
n=n=2.p.q=2p(p+2); sum=2+p+q=2+p+2+p=2q, where p and q are twin prime pairs.
|
|
MATHEMATICA
|
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] sb[x_] := Apply[Plus, ba[x]] ma[x_] := Part[Reverse[Flatten[FactorInteger[x]]], 2] amo[x_] := Abs[MoebiusMu[x]] Do[s=sb[n]/ma[n]; If[IntegerQ[s]&&Equal[lf[n], 3]&& !Equal[amo[n], 0], Print[{n, ba[n]}]], {n, 2, 1000000}]
|
|
CROSSREFS
|
Cf. A008472, A006530, A000961, A025475, A037074, A071139-A071147.
Sequence in context: A131647 A071141 A071312 this_sequence A039517 A045560 A159219
Adjacent sequences: A071139 A071140 A071141 this_sequence A071143 A071144 A071145
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), May 13 2002
|
|
|
Search completed in 0.002 seconds
|