login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071141 Sum of distinct primes dividing n is divisible by the largest prime dividing n. Also n is neither a prime, nor a true power of prime and n is squarefree. Squarefree solutions of A071140. 3
30, 70, 286, 646, 1798, 3135, 3526, 3570, 6279, 7198, 8855, 8970, 10366, 10626, 10695, 11571, 15015, 16095, 16530, 17255, 17391, 20615, 20706, 20735, 20806, 23326, 24738, 24882, 26691, 28083, 31031, 36519, 36890, 38086, 38130, 41151 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A008472(n)/A006530(n) is integer, n has at least 3 distinct prime factors and n is squarefree.

EXAMPLE

n=286=2.11.13 has a form of 2pq, where p and q are twin primes; n=5414430=2.3.5.7.19.23.59, sum=2+3+5+7+19+23+59=118=2.59

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]&&Greater[lf[n], 1]&& !Equal[amo[n], 1], Print[{n, ba[n]}]], {n, 2, 1000000}]

CROSSREFS

Cf. A008472, A006530, A000961, A025475, A037074, A071139-A071147.

Sequence in context: A182996 A164596 A131647 * A071312 A071142 A179321

Adjacent sequences:  A071138 A071139 A071140 * A071142 A071143 A071144

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), May 13 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 04:48 EST 2012. Contains 205570 sequences.