login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161769 A positive integer n is included if the greatest common divisor of (the sum of the distinct primes dividing n) and (the sum of the exponents in the prime-factorization of n) is > 1. 0
4, 15, 16, 21, 27, 28, 33, 35, 39, 42, 48, 51, 52, 55, 57, 60, 64, 65, 69, 72, 76, 77, 78, 84, 85, 87, 90, 91, 93, 95, 98, 105, 108, 110, 111, 114, 115, 119, 120, 123, 124, 126, 129, 132, 133, 135, 140, 141, 143, 145, 148, 150, 155, 156, 159, 161, 162, 170, 172, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n is included if A161606(n) is >= 2.
LINKS
EXAMPLE
The prime factorization of 28 is 2^2 * 7^1. The sum of the distinct prime divisors of 28 is 2+7 = 9. The sum of the prime-factorization exponents of 28 is 2+1 = 3. Since gcd(9,3) = 3 is > 1, then 28 is included in this sequence.
MATHEMATICA
okQ[n_]:=Module[{fitr=Transpose[FactorInteger[n]]}, GCD[Plus@@First[fitr], Plus@@Last[fitr]]>1]; Select[Range[500], okQ] (* Harvey P. Dale, Jan 24 2010 *)
CROSSREFS
Sequence in context: A175959 A260577 A152442 * A135658 A228589 A066862
KEYWORD
nonn
AUTHOR
Leroy Quet, Jun 18 2009
EXTENSIONS
More terms from Harvey P. Dale, Jan 24 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)