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!)
A077374 Odd numbers whose abundance b satisfies -10 <= b <= 10, where the abundance of a number n is A(n) = sigma(n) - 2n. 22
1, 3, 5, 7, 9, 11, 15, 21, 315, 1155, 8925, 32445, 442365, 815634435 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Apart from {1, 3, 5, 7, 9, 11, 15, 21, 315}, subset of A088012. Probably finite. - Charles R Greathouse IV, Mar 28 2011
a(15) > 10^13. - Giovanni Resta, Mar 29 2013
The abundance of the given terms a(1..14) is: (-1, -2, -4, -6, -5, -10, -6, -10, -6, -6, 6, 6, 6, -6). See also A171929, A188263 and A188597 for numbers with abundancy sigma(n)/n close to 2. - M. F. Hasler, Feb 21 2017
a(15) > 10^22. - Wenjie Fang, Jul 13 2017
LINKS
Eric Weisstein's World of Mathematics, Abundance
EXAMPLE
sigma(32445) = 64896 and 32445*2 = 64890, which makes the odd number 32445 six away from perfection: A(32445) = 6 and hence in this sequence.
MATHEMATICA
Select[Range[1, 10^6, 2], -10 <= DivisorSigma[1, #] - 2 # <= 10 &] (* Michael De Vlieger, Feb 22 2017 *)
PROG
(PARI) forstep(n=1, 442365, 2, if(abs(sigma(n)-2*n)<=10, print1(n, ", ")))
CROSSREFS
Sequence in context: A201646 A201647 A201648 * A133848 A220077 A201649
KEYWORD
nonn
AUTHOR
Jason Earls, Nov 30 2002
EXTENSIONS
815634435 from Farideh Firoozbakht, Jan 12 2004
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)