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!)
A083347 Numbers k such that Sum(e/p: k=Product(p^e)) < 1. 10
1, 2, 3, 5, 6, 7, 9, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 25, 26, 29, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 45, 46, 47, 49, 50, 51, 53, 55, 57, 58, 59, 61, 62, 63, 65, 66, 67, 69, 70, 71, 73, 74, 75, 77, 78, 79, 82, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 98, 99, 101, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k whose arithmetic derivative (A003415) k' < k. - T. D. Noe, Apr 24 2011
LINKS
FORMULA
A083345(a(n)) < A083346(a(n));
A168036(a(n)) < 0. - Reinhard Zumkeller, May 22 2015
MATHEMATICA
Select[Range@ 102, If[Abs@ # < 2, 0, # Total[#2/#1 & @@@ FactorInteger@ Abs@ #]] < # &] (* Michael De Vlieger, Feb 02 2019 *)
PROG
(Haskell)
a083347 n = a083347_list !! (n-1)
a083347_list = filter ((< 0) . a168036) [1..]
-- Reinhard Zumkeller, May 22 2015, May 10 2011
CROSSREFS
Cf. A168036.
Sequence in context: A371170 A371088 A368110 * A137217 A367625 A023705
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 25 2003
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 28 09:58 EDT 2024. Contains 372037 sequences. (Running on oeis4.)