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!)
A139316 An integer k, k>=2, is in the sequence if A001222(k) (the sum of the exponents in the prime factorization of k) divides A008472(k) (the sum of the distinct primes dividing k). 1
2, 3, 4, 5, 7, 11, 13, 15, 17, 19, 21, 23, 27, 28, 29, 31, 33, 35, 37, 39, 41, 42, 43, 47, 48, 51, 52, 53, 55, 57, 59, 61, 65, 67, 69, 71, 72, 73, 76, 77, 78, 79, 83, 84, 85, 87, 89, 91, 93, 95, 97, 98, 101, 103, 105, 107, 108, 109, 110, 111, 113, 114, 115, 119, 120, 123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
28 has the prime factorization 2^2 * 7^1. The sum of the exponents, 2+1 = 3, divides the sum of the distinct prime divisors, 2+7 = 9. So 28 is in the sequence.
MATHEMATICA
seddpQ[n_]:=Module[{fi=Transpose[FactorInteger[n]]}, Divisible[Total[ fi[[1]]], Total[ fi[[2]]]]]; Select[Range[2, 150], seddpQ] (* Harvey P. Dale, Apr 13 2015 *)
CROSSREFS
Sequence in context: A191876 A234719 A055464 * A062972 A231878 A285304
KEYWORD
nonn
AUTHOR
Leroy Quet, Jun 07 2008
EXTENSIONS
More terms from D. S. McNeil, Mar 23 2009
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)