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!)
A075767 Least m such that A(m) = -10^n, where A(n) = sigma(n) - 2n, the abundance of n. 0
1, 11, 101, 5090, 40028, 182525, 2000006, 44244716, 400000028, 4000000028, 2210000389844, 200000000006, 2157894737114, 160003470403376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Jason Earls, Some Smarandache-type sequences and problems concerning abundant and deficient numbers, in Smarandache Notions Journal (2004), Vol. 14.1, pp 265-270.
MATHEMATICA
A[m_] := DivisorSigma[1, m]-2*m; Do[m = 1; While[A[m] != -10^n, m++ ]; Print[m], {n, 0, 9}] (* Ryan Propper, Oct 01 2006 *)
CROSSREFS
Sequence in context: A233432 A052075 A070854 * A292014 A080176 A064490
KEYWORD
more,nonn
AUTHOR
Jason Earls, Oct 09 2002
EXTENSIONS
More terms from Ryan Propper, Oct 01 2006
a(10)-a(13) from Hiroaki Yamanouchi, Aug 24 2018
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.)