login
This site is supported by donations 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. 21
1, 3, 5, 7, 9, 11, 15, 21, 315, 1155, 8925, 32445, 442365, 815634435 (list; graph; refs; listen; history; 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]

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.

PROG

(PARI) forstep(n=1, 442365, 2, if(abs(sigma(n)-2*n)<=10, print1(n, ", ")))

CROSSREFS

Cf. A033879, A033880, A000203, A088012.

Sequence in context: A201646 A201647 A201648 * A133848 A201649 A201644

Adjacent sequences:  A077371 A077372 A077373 * A077375 A077376 A077377

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Nov 30 2002

EXTENSIONS

815634435 from Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Jan 12 2004

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 17 13:04 EST 2012. Contains 206023 sequences.