|
Search: id:A074918
|
|
|
| A074918 |
|
Highly imperfect numbers: n sets a record for the value of |sigma(n)-2n|. |
|
+0 4
|
|
| 1, 3, 5, 7, 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, 120, 127, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 180, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 240, 269, 271, 277, 281, 283, 293, 307
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
A perfect number n is defined by sigma(n) = 2n, so the value of i(n) = |sigma(n)-2n| measures the degree of perfection of n. The larger i(n) is, the more "imperfect" n is. I call the numbers n such that i(k) < i(n) for all k < n "highly-imperfect numbers".
RECORDS transform of |A033879|.
Initial terms are odd primes but then even numbers appear.
|
|
LINKS
|
R. J. Mathar, Table of n, a(n) for n=1..238
N. J. A. Sloane, Transforms
Joseph L. Pe, Puzzle 241. Highly imperfect primes, and answers, on C. Rivera's primepuzzles.net. [From M. F. Hasler (MHasler(AT)univ-ag.fr), May 31 2009]
|
|
MATHEMATICA
|
r = 0; l = {}; Do[ n = Abs[2 i - DivisorSigma[1, i]]; If[n > r, r = n; l = Append[l, i]], {i, 1, 10^4}]; l
|
|
CROSSREFS
|
Cf. A033879, A075728.
Sequence in context: A093893 A056912 A075763 this_sequence A006005 A065091 A160656
Adjacent sequences: A074915 A074916 A074917 this_sequence A074919 A074920 A074921
|
|
KEYWORD
|
easy,nice,nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 01 2002
|
|
|
Search completed in 0.006 seconds
|