login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074918 Highly imperfect numbers: n sets a record for the value of |sigma(n)-2n|. 6
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; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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.

The last odd term is a(79) = 719. (Proof: sigma(27720n) >= 11080n, and so sigma(27720n) >= 4 * 27720(n + 1) for n >= 8, so there is no odd member of this sequence between 27720 * 8 and 27720 * 9, between 27720 * 9 and 2770 * 10, etc.; the remaining terms are checked by computer.) [From Charles R Greathouse IV (charles.greathouse(AT)case.edu), Apr 12 2010]

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 (www.univ-ag.fr/~mhasler), 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 * A175524 A176997 A006005

Adjacent sequences:  A074915 A074916 A074917 * A074919 A074920 A074921

KEYWORD

easy,nice,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 01 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:05 EST 2012. Contains 205860 sequences.