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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141547 Numbers n whose abundance is 16. 2
550, 748, 1504, 7192, 7912, 10792, 17272, 30592, 1713592, 4526272, 8353792, 9928792, 11547352, 17999992, 89283592, 173482552, 361702144, 1081850752, 1845991216, 2146926592, 11097907192, 12985220152, 21818579968, 34357510144, 109170719992, 228354264064, 279632332792, 549746900992 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[If[n==Plus@@Divisors[n]-n-16, AppendTo[lst, n]], {n, 10^4}]; Print[lst];

lst = {}; Do[ If[2 n + 16 == DivisorSigma[1, n], AppendTo[lst, n]], {n, 10^8}]; lst - from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 17 2008

CROSSREFS

Sequence in context: A103537 A136928 A206506 * A189502 A190075 A034282

Adjacent sequences:  A141544 A141545 A141546 * A141548 A141549 A141550

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 16 2008

EXTENSIONS

a(9)-a(14) from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 17 2008

a(15)-a(24) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 21 2008

a(25)-a(28) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 08 2011

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 15 20:03 EST 2012. Contains 205852 sequences.