|
Search: id:A077374
|
|
|
| A077374 |
|
Odd numbers whose abundance b satisfies -10 <= b <= 10, where the abundance of a number n is A(n) = sigma(n) - 2n. |
|
+0 22
|
|
| 1, 3, 5, 7, 9, 11, 15, 21, 315, 1155, 8925, 32445, 442365, 815634435
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
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.
|
|
PROGRAM
|
(PARI) forstep(n=1, 442365, 2, if(abs(sigma(n)-2*n)<=10, print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A033879, A033880, A000203.
Cf. A088012.
Sequence in context: A165705 A118360 A077799 this_sequence A133848 A064076 A050842
Adjacent sequences: A077371 A077372 A077373 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|