|
Search: id:A070005
|
|
|
| A070005 |
|
Arithmetical mean of prime factors of n is an integer and n is neither a prime nor power of a prime. |
|
+0 5
|
|
| 15, 21, 33, 35, 39, 42, 45, 51, 55, 57, 63, 65, 69, 75, 77, 78, 84, 85, 87, 91, 93, 95, 99, 105, 110, 111, 114, 115, 117, 119, 123, 126, 129, 133, 135, 141, 143, 145, 147, 153, 155, 156, 159, 161, 168, 170, 171, 175, 177, 183, 185, 186, 187, 189, 195, 201, 203
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
n=33=3.11, mean=(3+11)/2=6
|
|
MATHEMATICA
|
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] ep[x_] := Table[Part[ffi[x], 2*w], {w, 1, lf[x]}] Do[s=Apply[Plus, ba[n]]/lf[n]; If[IntegerQ[s]&&Greater[lf[n], 1], Print[n]], {n, 2, 1000}]
|
|
CROSSREFS
|
Cf. A070006, A001414, A008472.
Adjacent sequences: A070002 A070003 A070004 this_sequence A070006 A070007 A070008
Sequence in context: A026048 A047200 A070537 this_sequence A061346 A098905 A024556
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Apr 11 2002
|
|
|
Search completed in 0.002 seconds
|