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!)
A109727 Number of admirable numbers < 10^n. 0
0, 13, 65, 379, 2549, 19480, 159001, 1345929, 11676912, 103136395 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
fQ[n_] := Block[{d = Most[Divisors[n]], k = 1}, l = Length[d]; s = Plus @@ d; While[k < l && s - 2d[[k]] > n, k++ ]; If[k > l || s != n + 2d[[k]], False, True]]; c = 0; k = 1; Do[ While[k <= 10^n, If[ fQ[k], c++ ]; k++ ]; k++; Print[c], {n, 7}] (* Robert G. Wilson v *)
CROSSREFS
Cf. A111592.
Sequence in context: A147067 A147075 A268777 * A041320 A058380 A129746
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 10 2005
EXTENSIONS
a(7) from Robert G. Wilson v, Aug 13 2005
a(8)-a(10) from Donovan Johnson, Jan 25 2012
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 June 26 04:09 EDT 2024. Contains 373715 sequences. (Running on oeis4.)