|
Search: id:A066050
|
|
|
| A066050 |
|
Average of divisors of n (sigma(n)/d(n)) is greater than average of divisors for all k < n. |
|
+0 1
|
|
| 1, 2, 3, 4, 5, 7, 9, 10, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
Leroy Quet, Home Page (listed in lieu of email address)
|
|
EXAMPLE
|
4 is included because sigma(4)/d(4) = 7/3 is greater than sigma(k)/d(k) for k = 1, 2, or 3.
|
|
PROGRAM
|
(PARI) { n=x=0; for (m=1, 10^9, a=sigma(m)/numdiv(m); if (a > x, x=a; write("b066050.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 08 2009]
|
|
CROSSREFS
|
Sequence in context: A164563 A160718 A122090 this_sequence A004050 A123538 A092999
Adjacent sequences: A066047 A066048 A066049 this_sequence A066051 A066052 A066053
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Dec 29 2001
|
|
EXTENSIONS
|
OFFSET changed from 0,2 to 1,2 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 08 2009
|
|
|
Search completed in 0.002 seconds
|